=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== xmobar-0.36/examples/padding-icon.sh-19-timestamp=$(date) xmobar-0.36/examples/padding-icon.sh:20:pixels=$(for i in `seq $1`; do echo -n "."; done) xmobar-0.36/examples/padding-icon.sh-21- ############################################## xmobar-0.36/readme.md-244-if you have the default configuration file saved as xmobar-0.36/readme.md:245:`$XDG\_CONFIG\_HOME/xmobar/xmobarrc` (defaulting to xmobar-0.36/readme.md-246-`~/.config/xmobar/xmobarrc`), or `~/.xmobarrc`. ############################################## xmobar-0.36/src/Xmobar/Plugins/Monitors/Bright.hs-88- return (currVal / maxVal) xmobar-0.36/src/Xmobar/Plugins/Monitors/Bright.hs:89: where grab f = handle handler (read . B.unpack <$> B.readFile f) xmobar-0.36/src/Xmobar/Plugins/Monitors/Bright.hs-90- handler = const (return 0) :: SomeException -> IO Float ############################################## xmobar-0.36/test/Xmobar/Plugins/Monitors/CpuSpec.hs-30- cpuValue <- runCpu cpuArgs xmobar-0.36/test/Xmobar/Plugins/Monitors/CpuSpec.hs:31: cpuValue `shouldSatisfy` (\item -> not $ "<icon=bright_" `isInfixOf` cpuValue) xmobar-0.36/test/Xmobar/Plugins/Monitors/CpuSpec.hs-32- it "works with icon pattern template" $