aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dzen-status/readme
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-04-29 08:11:50 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-04-29 08:11:50 +0200
commitd84c032faed91e63de9107a4c4692d86d5b579d1 (patch)
treee2e1c1cbb5886e1d7e79fffca5f6fbffe761716f /examples/dzen-status/readme
downloadXMonadContrib-d84c032faed91e63de9107a4c4692d86d5b579d1.tar.gz
XMonadContrib-d84c032faed91e63de9107a4c4692d86d5b579d1.tar.xz
XMonadContrib-d84c032faed91e63de9107a4c4692d86d5b579d1.zip
Initial import of xmonad contributions
darcs-hash:20070429061150-9c5c1-3c20053de19f4d37e8fd2a22d86277901bfc66d2.gz
Diffstat (limited to 'examples/dzen-status/readme')
-rw-r--r--examples/dzen-status/readme15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/dzen-status/readme b/examples/dzen-status/readme
new file mode 100644
index 0000000..aa8c4fd
--- /dev/null
+++ b/examples/dzen-status/readme
@@ -0,0 +1,15 @@
+Use dzen2 for an external pop-up status bar.
+
+status
+ A shell script printing some strings into dzen2. In this case, it
+ extracts some openbsd settings.
+
+Config.hs
+ , ((modMask, xK_s ), spawn "/home/dons/bin/status")
+
+ mod-s pops up a 10 second status bar. mouse button 3 closes it
+ explicitly.
+
+dzen2 is available from:
+ http://gotmor.googlepages.com/dzen
+