aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Dzen.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-2/+2
Ignore-this: 1cac9202784711ce0fc902d14543bab0 darcs-hash:20101023195755-1499c-57c41357d20cbf0d57522ce99bdbfff7b686ed52.gz
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey1-1/+0
get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
2009-11-14rework XMonad.Util.Dzendaniel1-12/+145
Ignore-this: 16d93f91c54f7d195b1a418e6c0351c5 darcs-hash:20091114051509-c98ca-aeb393daca11b2760066b030f45f6691571e3a1f.gz
2009-11-14generalize IO actions to MonadIO mdaniel1-1/+1
Ignore-this: 2c801a27b0ffee34a2f0daca3778613a This should not cause any working configs to stop working, because IO is an instance of MonadIO, and because complete configs will pin down the type of the call to IO. Note that XMonad.Config.Arossato is not a complete config, and so it needed some tweaks; with a main function, this should not be a problem. darcs-hash:20091114023616-c98ca-0a233cc53c41986845db4300530ec4f9e4d52a37.gz
2009-09-04Mark modules last-modified in 2007 as stableAdam Vogt1-1/+1
Ignore-this: 53f7fde5684cd9f105cf4e3ce0d849d2 http://www.haskell.org/pipermail/xmonad/2009-July/008328.html darcs-hash:20090904005147-1499c-26b69f4359925d57dcbbed2a557fc4b1b69eaca4.gz
2007-12-04formattingDon Stewart1-2/+6
darcs-hash:20071204174920-cba2c-8c084bf72c344aa80847e6d167d955377260d9be.gz
2007-11-11remove dzenUrgencyHook* from Dzen moduleDevin Mullins1-30/+1
To be replaced by UrgencyHook instances defined in the UrgencyHook module. darcs-hash:20071110231115-78224-7a927fcd9a00f9bef4230ea59b99af7334df0d52.gz
2007-11-06Dzen.hs: resend doc updategwern01-2/+2
darcs-hash:20071106211537-f7719-65230e7fc16e0b17b79c18bcee5284460ba36d6b.gz
2007-11-06Update docs in Utilgwern01-2/+0
darcs-hash:20071106190258-f7719-8a4db55e87a0ab36f5d491fbc207112cf4167520.gz
2007-11-06make Setup haddock work againLukas Mai1-0/+4
darcs-hash:20071106141829-462cf-c1daa2d74d17a314c7b1f68f9952e8502e44628f.gz
2007-11-01HierarchifySpencer Janssen1-4/+4
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-1/+1
darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
2007-11-03fix examplesDevin Mullins1-2/+2
darcs-hash:20071103022011-78224-80f583d1bfa98e646b9550f2b86e30d457408098.gz
2007-11-03add haddock for top-level Dzen bindingsDevin Mullins1-10/+14
darcs-hash:20071103021705-78224-46622e42710b1529e4d9a51aaa1775ba9743be50.gz
2007-10-30expose dzenWithArgs, dzenUrgencyHookWithArgs (for colors!)Devin Mullins1-3/+9
darcs-hash:20071030072455-78224-00f7afe4e6f6fff303c74bfaf58949ec88bcefc0.gz
2007-10-22Dzen.hs: replace 'findIndex' by 'findTag' to match renaming in core.Brent Yorgey1-1/+1
darcs-hash:20071022204335-bd4d7-0ab4d32c58350215828b95a7a160024931ed8573.gz
2007-10-21fix stupid dzenUrgencyHook bugDevin Mullins1-4/+3
darcs-hash:20071021061308-78224-96477769360471294a05d1dc69083fee7436c6a5.gz
2007-10-18add dzenUrgencyHook as example (and the one I use)Devin Mullins1-1/+23
darcs-hash:20071018021742-78224-2e9fe5bc8704959e9ccf089b462f0da55f796893.gz
2007-10-18fixed Dzen and gave it a configurable timeoutDevin Mullins1-14/+19
darcs-hash:20071018012910-78224-804cedb28d826ddfc3d1a8177aa8460b38fe6591.gz
2007-10-12Move runXXX functions to one moduleChristian Thiemann1-29/+1
This patch takes runProcessWithInput out of Dmenu, runProcessWithInputAndWait out of Dzen, and runInXTerm out of RunInXTerm and collects them in one central module called Run. This way, other modules may include Run instead of Dmenu to get what they want without giving the impression of making use of dmenu. darcs-hash:20071012145233-8602e-6f8fb66c62afecdbd52a6a9122b5ecb55fc7f8bc.gz
2007-06-18Dzen.hs: add module header.joachim.fasting1-0/+14
darcs-hash:20070618142915-ea16c-00974ec3a1eda549d5287eb36da2646c945cfebf.gz
2007-06-01Note that my xinerama patch is now in dzen.glasser1-1/+1
darcs-hash:20070601041112-64353-38cf22df04bb8797b53f0f858331419c69e0311e.gz
2007-05-23dzen module (with xinerama support, which requires glasser's Xinerama patch ↵glasser1-0/+49
to dzen) darcs-hash:20070523184315-64353-2f7d112bfab370c3b02397317a8dbe8686bc10be.gz