summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
AgeCommit message (Collapse)Author
2008-04-29bump cabal version to 0.9Andrea Rossato
darcs-hash:20080429103215-d6583-35ef452658ed8a3e982e202c4d7d3fb91e0b9730.gz
2008-04-18Remove -threaded from ghc-options.Spencer Janssen
GHC's -threaded scheduler seems to wake up more frequently even when all threads are idle. These frequent wakeups are detrimental to laptop battery life. darcs-hash:20080418185336-a5988-dac15316530efd2cce6b0a3abe651415a182c2f6.gz
2008-03-30move "use_xft" to "with_xft"Andrea Rossato
darcs-hash:20080330203722-d6583-c216124627f96114ff7709e16d572ea927f78517.gz
2008-03-16add XFT support and make UTF-8 support configurableAndrea Rossato
This patch includes many changes: - moved font and printing functions to XUtil.hs and created an abstraction layer to font management; - ported the core, StdinReader and PipeReader to the new font management system. To enable UTF-8 support configure with the "with_utf8" flag (requires utf8-string): runhaskell Setup.lhs configure --flags darcs-hash:20080316121100-d6583-828134da356b706744b56a9d81203129b0e8e484.gz
2008-02-16cabal: remove unneeded -liconv linker flagAndrea Rossato
darcs-hash:20080216081458-d6583-65a805bb03a218c32a9ff97453e5484d432ed789.gz
2008-02-16cabal: add HsLocale and dependency on utf8-stringAndrea Rossato
darcs-hash:20080216080104-d6583-2664a3c34ca2498da7066e99ef50e03623218824.gz
2007-12-16Remove -O2 -fasm from ghc-options, allow Cabal to determine the best flagsSpencer Janssen
darcs-hash:20071216001326-a5988-6ad388c718b741e92a746cd11c329248859e87d4.gz
2007-12-04cabal: directory needed only with small_baseAndrea Rossato
darcs-hash:20071204145449-d6583-bcdb520f1614a0c7324b4046f2879cd43677d129.gz
2007-11-30Added thermal, cpufreq and coretemp monitors.Juraj Hercek
Prerequisities: thermal - thermal module should be loaded/compiled in kernel - available in (at least) intel centrino processors cpufreq - acpi_cpufreq module should be loaded/compiled in kernel - available in modern processors coretemp - coretemp module should be loaded/compiled in kernel - available (at least) in core 2 duo processors darcs-hash:20071130205430-f49a6-0ff042af60c91416fd8dd8190cbd9022bcabb269.gz
2007-11-11cabal: updated cabal file to work with 1.2 and both ghc-6.6 and 6.80_8_releaseAndrea Rossato
darcs-hash:20071111095956-d6583-1d429c518d84a3bef01a9fb6b52cef36932e41ba.gz
2007-11-03Removed X11-extras-0.4 and bump X11 to 1.3.0Andrea Rossato
darcs-hash:20071103130306-d6583-08ec87c3702cb7f24c2e1e5ce79ac0767ee6c973.gz
2007-10-31Bump version to 0.8 and updated homepageAndrea Rossato
darcs-hash:20071031103831-d6583-2b67929ce8ec8e6229d3d65f63fe1834dd125b48.gz
2007-10-28Bump version requirement of X11-extras to 0.4Lennart Kolmodin
The constructor ExposeEvent appered in X11-extras-0.4 darcs-hash:20071028134451-fdf66-ebb329b4430ec94526c222bb2f5f911cd39d32c5.gz
2007-10-27Added X11-extras dependenyAndrea Rossato
darcs-hash:20071027110834-d6583-def6824f346814dae52b47d51f0540d99022f8b9.gz
2007-10-02cabal: added stm to the dependency listAndrea Rossato
darcs-hash:20071002115049-d6583-c01c75d314dc9e1fa15c0dadda28b30f01c7f7d4.gz
2007-09-27more cleanupAndrea Rossato
darcs-hash:20070927194026-d6583-21864b1e70ddf83144b7fdac9591d8eca2772025.gz
2007-07-24changed home page to http://gorgias.mine.nu/xmobar/Andrea Rossato
darcs-hash:20070724102226-d6583-5ddf159c9a7ce98c2bbe5e9df26f0d84c2853ad6.gz
2007-07-18Monitors are now a Plugin that can be removed from Config.hsAndrea Rossato
darcs-hash:20070718151211-d6583-7e0e49c22d07feda72d03370fd592c196dfcc9c1.gz
2007-07-18Use asynchronous exceptions to obviate the need for forkOS and threadedSpencer Janssen
darcs-hash:20070717225131-a5988-1f5e0cb3c8373b5eb6f7e87496110409380ded23.gz
2007-07-17cabal: corrected x11-extras version numberAndrea Rossato
darcs-hash:20070717161200-d6583-9bd78e57c05d2bb5b248cba6bd4e7f6f754b8db3.gz
2007-07-17XExposeEvent handling: that requires X11-extrasAndrea Rossato
XExposeEvent is now properly (sort of) handled, with an hackish approch: before nextEvent, that will block Xmobar since an Expose event is captured, we create a background thread that will send an Expose event after the configured refresh interval. So, either a real of a fake Expose event will reach our window within the configured interval. Quite cool, after all. darcs-hash:20070717131411-d6583-0d3438bdcb1d346ade3932ffb979cb998654e4d1.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-13cabal: added Plugins to the list of modulesAndrea Rossato
darcs-hash:20070713111302-d6583-65e5fb0e83aae6511ac990f8f9b7886efe480225.gz
2007-07-12cabal updatesAndrea Rossato
darcs-hash:20070712180516-d6583-ccc0f2e99bedcb1b1b783b02048ca31dd8793053.gz
2007-07-09new working version and named colors in config-sampleAndrea Rossato
darcs-hash:20070709002947-d6583-404dd890e2ad9f6ff0115dfe4e1450f4ba369446.gz
2007-07-08updated to version 0.50.5Andrea Rossato
darcs-hash:20070708102459-d6583-8415c4b0c8f9114d37b9f4a60e7052e436f87ccf.gz
2007-07-05Add dependency on filepathKrzysztof Kosciuszkiewicz
darcs-hash:20070705150407-ba08c-5e715b2b1a92aae76bac209c7795ea728e437564.gz
2007-07-05updated to version 0.4 and added new monitorsAndrea Rossato
darcs-hash:20070705132221-d6583-7d6f654cb92e408a39aca22281a80e291e440963.gz
2007-06-27Cpu.hs now requires -threadedAndrea Rossato
darcs-hash:20070627214957-d6583-04582bbf570f2645c90c4507db0fe8c4e618e392.gz
2007-06-27version 0.3.1Andrea Rossato
darcs-hash:20070626225538-d6583-6873804fc370c50a7541629bd7db7cc18d12c0e2.gz
2007-06-26added cabal and config reference to the weather monitorAndrea Rossato
darcs-hash:20070626180714-d6583-2a820e4455c5da5648b3633dccfe075dafb4b33e.gz
2007-06-26splitted filesAndrea Rossato
darcs-hash:20070626113948-d6583-73d318293d1cd91894589450e5cd270dd39bdc02.gz
2007-06-26Added -threaded option for ghcAndrea Rossato
darcs-hash:20070626094357-d6583-1e402d4abf8f7eeb713e61ed2da1d7fadca2b0ae.gz
2007-06-22README and descriptionAndrea Rossato
darcs-hash:20070622130709-d6583-7ee9eeafab5d881a20ea1782556a8b9f731ce1d8.gz
2007-06-22cabal updatesAndrea Rossato
darcs-hash:20070622125229-d6583-0176ba896cc99b485034a9443ef7dad737996083.gz
2007-06-19added cabal supportAndrea Rossato
darcs-hash:20070619105150-d6583-4351c7ea0a1eb1aa45f752f69a9e50d89af64ac3.gz