aboutsummaryrefslogtreecommitdiff
path: root/configs/xmobarrc_msi
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2015-10-08 14:11:17 +0200
committertoni <matzeton@googlemail.com>2015-10-08 14:11:17 +0200
commit651c932225b72dec1644ccf2a4aaf943f625d941 (patch)
tree3170b83bde5442f50da641fb2f5841cdcc2cfc98 /configs/xmobarrc_msi
parent1e941c775f36817747715152e147452ce78a8d8b (diff)
parent7c927a7288d6767f399ff632902d29f7d472c07e (diff)
Merge branch 'master' of github.com:freecoding/foo-scripts
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%"
}