aboutsummaryrefslogtreecommitdiff
path: root/configs/xmobarrc_msi
diff options
context:
space:
mode:
authortoni <toni@devlap.local>2015-05-17 20:28:21 +0200
committertoni <toni@devlap.local>2015-05-23 15:41:11 +0200
commit33065198fb9eed8938c189f6f87f6c15edd52fe6 (patch)
tree957b2fb5b7391d4bbf8e01fc187135b91cea61fd /configs/xmobarrc_msi
parentd41bf82bb2d189fdebc7fa4958d2c01fada1afba (diff)
fixed msi stuff, added io usage
Diffstat (limited to 'configs/xmobarrc_msi')
-rw-r--r--configs/xmobarrc_msi11
1 files changed, 6 insertions, 5 deletions
diff --git a/configs/xmobarrc_msi b/configs/xmobarrc_msi
index 2ac3ce5..92889e0 100644
--- a/configs/xmobarrc_msi
+++ b/configs/xmobarrc_msi
@@ -4,18 +4,19 @@ Config { font = "-misc-fixed-*-*-*-*-18-*-*-*-*-*-*-*"
, borderColor = "black"
, fgColor = "grey"
, position = TopW L 100
- , commands = [ Run Com "~/.xmobar_cputemp.sh" ["CPU"] "ctmp" 100
- , Run Com "~/.xmobar_cputemp.sh" ["MB"] "mtmp" 100
- , Run Com "~/.xmobar_bat.sh" ["BAT"] "bat" 100
+ , commands = [ Run Com "./.xmobar_iostat.sh" ["IO"] "iost" 20
+ , Run Com "./.xmobar_cputemp.sh" ["CPU"] "ctmp" 100
+ , Run Com "./.xmobar_cputemp.sh" ["MB"] "mtmp" 100
+ , Run Com "./.xmobar_bat.sh" ["BAT"] "bat" 100
, Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 20
, Run Network "wlan0" ["-L","0","-H","32","--normal","green","--high","red"] 20
, Run Cpu ["-L","15","-H","50","--normal","green","--high","red"] 20
, Run Memory ["Mem: %"] 200
, Run Swap [] 200
- , Run Date "%a %b (%V) %_d %Y %H:%M:%S" "date" 20
+ , Run Date "%a %b %_d %Y %H:%M (KW%V)" "date" 600
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
- , template = "%StdinReader% }{ %ctmp% %mtmp% | %cpu% | %bat% | %memory% | %eth0% | %wlan0% | %date%"
+ , template = "%StdinReader% }{ %iost% | %ctmp% %mtmp% | %cpu% | %bat% | %memory% | %eth0% | %wlan0% | %date%"
}