summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-11 17:34:46 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-11 17:34:46 -0500
commite0e3b6124d9083fa6a2e32bfe648090d393c01c7 (patch)
tree0d15e7288ab1f6ca7c44a19ed295247e8e82c7a3
parent3beabb5e5d8c56a1a0cd0cc30fe8957aa3574bb0 (diff)
downloadconf-e0e3b6124d9083fa6a2e32bfe648090d393c01c7.tar.gz
conf-e0e3b6124d9083fa6a2e32bfe648090d393c01c7.zip
add xmobarrc
-rw-r--r--install1
-rw-r--r--xmobarrc17
2 files changed, 18 insertions, 0 deletions
diff --git a/install b/install
index 00a78b5..819e783 100644
--- a/install
+++ b/install
@@ -16,6 +16,7 @@ files="abcde.conf
screenrc
vimrc
Xdefaults
+ xmobarrc
bash
bin
irssi
diff --git a/xmobarrc b/xmobarrc
new file mode 100644
index 0000000..eb1967e
--- /dev/null
+++ b/xmobarrc
@@ -0,0 +1,17 @@
+Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
+ , bgColor = "black"
+ , fgColor = "grey"
+ , position = Bottom
+ , lowerOnStart = True
+ , commands = [ Run Weather "KCMI" ["-t","<station>: <tempF>F","-L","50","-H","75","--normal","green","--high","red","--low","lightblue"] 36000
+ , Run Network "wlan0" ["-L","0","-H","32","--normal","green","--high","red"] 10
+ , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
+ , Run Memory ["-t","Mem: <usedratio>%"] 10
+ , Run Swap [] 10
+ , Run Date "%a %b %_d %H:%M:%S" "date" 10
+ , Run StdinReader
+ ]
+ , sepChar = "%"
+ , alignSep = "}{"
+ , template = "%StdinReader% }{ %cpu% | %memory% * %swap% | %wlan0% <fc=#ee9a00>%date%</fc>| %KCMI%"
+ }