summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.xmobarrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.xmobarrc b/.xmobarrc
new file mode 100644
index 0000000..73c640d
--- /dev/null
+++ b/.xmobarrc
@@ -0,0 +1,11 @@
1Config { font = "xft:DejaVu Sans Mono:pixelsize=10"
2 , bgColor = "black"
3 , fgColor = "grey"
4 , position = Top
5 , template = "%StdinReader%}{%kbd% | %disku% | %date%"
6 , commands = [ Run StdinReader
7 , Run Date "%a %b %_d %H:%M" "date" 10
8 , Run DiskU [("/home", "home <usedp>%"), ("/", "root <usedp>%")] [] 50
9 , Run Kbd [("us(dvp)", "dvp"), ("de", "de")]
10 ]
11 }