summaryrefslogtreecommitdiffhomepage
path: root/Config.hs
AgeCommit message (Collapse)Author
2007-10-02Config: removed the refresh configuration optionAndrea Rossato
WARNING: this patch breaks previous configuration files. To update just get rid of the refresh configuration option ;) darcs-hash:20071002114813-d6583-102431c169666d1049287a0ad9bd4672ec41e601.gz
2007-09-28Added a plugin to read from stdinAndrea Rossato
Try it with: xmobar -t "%StdinReader%" -c '[Run StdinReader]' then start writing ;) darcs-hash:20070928120432-d6583-8b2a37548db9176c0dcfe7818c5de62722d889fb.gz
2007-09-27Confg.hs: added PipeReader to the default configurationAndrea Rossato
darcs-hash:20070927173449-d6583-f06cd0ee41a568b7f4f31cc24ebcd541ec0568df.gz
2007-09-15Added Date to default configAndrea Rossato
darcs-hash:20070915163633-d6583-b61b6e05ae604b24015dacd61510f650c4c6dee1.gz
2007-07-24Config.hs: removed %memory%" from default templateAndrea Rossato
darcs-hash:20070724133244-d6583-1e9ec2fb8f08bbb4ec2a2cdc36f520191a542886.gz
2007-07-18Monitors are now a Plugin that can be removed from Config.hsAndrea Rossato
darcs-hash:20070718151211-d6583-7e0e49c22d07feda72d03370fd592c196dfcc9c1.gz
2007-07-14README and Cabal editsAndrea Rossato
Added some more credits, corrected typos, updated darcs version to 0.7, changed name to Xmonbar and removed references to XMonad. Xmobar is now just a minimalistic text based status bar for any kind of WM (the XMonad community adopted the more advanced and stable dzen, after all ;-) darcs-hash:20070714103913-d6583-b143dedf4ed5cbcb59b4f630ffce9afe82e32b86.gz
2007-07-13haddock tuningAndrea Rossato
darcs-hash:20070713123707-d6583-b236b40087a92c45511afb3e4350813917515c02.gz
2007-07-13Config.hs: more code cleanupAndrea Rossato
darcs-hash:20070713101329-d6583-66db78de40afea1eb529919c44560ccf52a0acd1.gz
2007-07-12use of existential types for plugin supportAndrea Rossato
This patch, which *changes the configuration format*, adds easy plugin support by using an existential type for storing the list of commands to be executed. Adding a plugin is just a matter of writing the appropriate instance of the Exec class, after importing Commands.hs. I must thank Claus Reinke for the help in understanding the mysteries of reading existential types. The Read instance of Runnable must be credited to him. See here: http://www.haskell.org/pipermail/haskell-cafe/2007-July/028227.html darcs-hash:20070712175034-d6583-f10174bb3b0a9b4f6e08d05052c18f30e539b319.gz
2007-07-08updated configurations to reflect code changesAndrea Rossato
darcs-hash:20070708101430-d6583-f58cc8c24166a2619b7712229da8e8343a8a4ea5.gz
2007-07-05Fix few config name typosKrzysztof Kosciuszkiewicz
darcs-hash:20070705152815-ba08c-f5840daee9eeeae5eda5d37c9188583537c58583.gz
2007-06-26splitted filesAndrea Rossato
darcs-hash:20070626113948-d6583-73d318293d1cd91894589450e5cd270dd39bdc02.gz