aboutsummaryrefslogtreecommitdiff
path: root/configs/xmobarrc
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2013-05-02 01:04:15 +0200
committertoni <matzeton@googlemail.com>2013-05-02 01:04:15 +0200
commitbaa0998095617705612d734ab1a9f8be5b45e126 (patch)
tree77755cda6d0e74cd4f28c01376c78d195ed2006b /configs/xmobarrc
parente33b5930923a439f4c73b6dd64253578c4131420 (diff)
xmonad related configs
copy_so.sh: copy shared libs needed by a binary to a specified location
Diffstat (limited to 'configs/xmobarrc')
-rw-r--r--configs/xmobarrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/xmobarrc b/configs/xmobarrc
new file mode 100644
index 0000000..91b9e97
--- /dev/null
+++ b/configs/xmobarrc
@@ -0,0 +1,16 @@
+Config { font = "-misc-fixed-*-*-*-*-18-*-*-*-*-*-*-*"
+ , bgColor = "black"
+ , fgColor = "grey"
+ , position = TopW L 85
+ , commands = [ Run Thermal "THRM" [] 10
+ , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
+ , Run Cpu ["-L","15","-H","50","--normal","green","--high","red"] 10
+ , Run Memory ["Mem: %"] 10
+ , Run Swap [] 10
+ , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
+ , Run StdinReader
+ ]
+ , sepChar = "%"
+ , alignSep = "}{"
+ , template = "%StdinReader% }{ %THRM% | %cpu% | %memory% * %swap% | %eth0% | %date%"
+ }