summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-10-27Doc formatting0.19Jose Antonio Ortega Ruiz
2013-10-27News updateJose Antonio Ortega Ruiz
2013-10-27New N/A string monitor option (cf. #119)Jose Antonio Ortega Ruiz
2013-10-27Some clarifications on Run (fixes #127)Jose Antonio Ortega Ruiz
2013-10-27Using width options in wattage display (fixes #118)Jose Antonio Ortega Ruiz
2013-09-13Tag 'action' of readme was not showing on GitHub pageThiago Negri
2013-09-12Credits for Thiago NegriJose Antonio Ortega Ruiz
2013-09-11Created UnsafeStdinReader pluginThiago Negri
2013-08-29Fix for decoding problem in datetime pluginJose Antonio Ortega Ruiz
Should address issue #106
2013-08-14Typo fix: Wirelss instead of WirelessJacques-Pascal Deplaix
2013-08-13Version bumpJose Antonio Ortega Ruiz
2013-08-11Bug tracker deprecation noticeJose Antonio Ortega Ruiz
2013-08-11News and readme updatesJose Antonio Ortega Ruiz
2013-08-11Merge branch 'safe-run-com' of https://github.com/00Davo/xmobarJose Antonio Ortega Ruiz
2013-08-11Plugins.Monitors.Weather: fix parsing of unknown station nameSergei Trofimovich
reported by thunderrd Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2013-08-11Run Coms using runInteractiveProcess, not runInteractiveCommandDavid McLean
The API exposed by Com is command -> [arguments] -> alias -> timeout -> Com. Since the command and arguments are separated like this, one would assume that the command is run "safely": The arguments are already separated in the arg list, so the command should be run without passing through a shell, which ensures that stray shell metacharacters in the arguments don't mess up anything. However, previous versions simply joined the command with its arguments into one string and then passed that string into a shell to run. This is counter-intuitive given the seemingly "safe" API exposed by Com, so using runInteractiveProcess instead is the correct implementation. Note that users may still run commands that need shells by being explicit about it, like this: Run Com "/bin/bash" ["-c", "command | nextCommand & parallelCommand"] 60
2013-07-20Honouring -d in CoreTempJose Antonio Ortega Ruiz
Fixes issue #115
2013-07-12Back to regex-compat with a simpler POSIX regexpJose Antonio Ortega Ruiz
2013-07-12Apparently, GHC 7.4.2 needs an explicit dependency on arrayJose Antonio Ortega Ruiz
2013-07-12Not posix, pcreJose Antonio Ortega Ruiz
2013-07-10Added regex-posix to dependenciesJose Antonio Ortega Ruiz
2013-07-09add hideOnStart to xmobar.configJens Petersen
to avoid warning about missing field when using sample config
2013-07-05Update readmeBen Boeckel
2013-07-05Implement XDG logic locallyBen Boeckel
Avoids an extra dependency.
2013-07-04Support xmobarrc living in XDG_CONFIG_HOMEBen Boeckel
2013-06-30A mention to libasound2-dev needed for ALSA supportJose Antonio Ortega Ruiz
2013-06-28BatteryN, a named BatteryPJose Antonio Ortega Ruiz
2013-06-12Version 0.180.18Jose Antonio Ortega Ruiz
2013-06-05Stripping actions in stdin and xprop pluginsJose Antonio Ortega Ruiz
2013-06-04WhitespaceJose Antonio Ortega Ruiz
2013-05-26News and readme updatesJose Antonio Ortega Ruiz
2013-05-26Fixed the documentation around the functions to reflect the changesTodd Lunter
2013-05-26Made parseTemplate recursively replace template variables.Todd Lunter
2013-05-26New idle status for battery monitorJose Antonio Ortega Ruiz
2013-05-26Refactoring and slight generalisation of the new Battery featureJose Antonio Ortega Ruiz
2013-05-26Allowing template variables in Battery's -O and -o argsJose Antonio Ortega Ruiz
Should address github issue #109. Thanks to Todd Lunter for the suggestion.
2013-05-13add a checkPipe loop for waiting the pipe filezlbruce
2013-05-05Pandoc fixesJose Antonio Ortega Ruiz
2013-05-05Vanity knows no limits0.17Jose Antonio Ortega Ruiz
2013-05-05Release date updatedJose Antonio Ortega Ruiz
2013-05-04Wee refactoringsJose Antonio Ortega Ruiz
2013-04-29Setting some window properties before mappingJose Antonio Ortega Ruiz
2013-04-27New -d (--dock) command line switchJose Antonio Ortega Ruiz
2013-04-25A bit of documentationJose Antonio Ortega Ruiz
2013-04-25Whitespacee and deasciiartificationJose Antonio Ortega Ruiz
2013-04-25New overrideRedirect configuration parameterJose Antonio Ortega Ruiz
2013-04-25New allDesktops configuration parameterJose Antonio Ortega Ruiz
2013-04-20Use intercalate instead of explicit foldlJohn Tyree
2013-04-06caps battery percentage at 100%.RJ Regenold
2013-03-18Version set to 0.17Jose Antonio Ortega Ruiz