diff options
author | toni <matzeton@googlemail.com> | 2014-11-24 22:47:56 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2014-11-24 22:47:56 +0100 |
commit | 99fd112d43bc37104a45df62e37ee33590f701ec (patch) | |
tree | cdfe76d3b38a95ffd5a38d0aeee0edd247bf0b01 /configs/xmobarrc | |
parent | 587f4b1ae4aaccd5519083833e5f65b106904f51 (diff) |
- xmobar/xmonad update
- fixed iceweasel-sandbox bug
- removed (pre-)compiled selinux pol's
Diffstat (limited to 'configs/xmobarrc')
-rw-r--r-- | configs/xmobarrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/xmobarrc b/configs/xmobarrc index 78d4a42..59759db 100644 --- a/configs/xmobarrc +++ b/configs/xmobarrc @@ -12,10 +12,10 @@ Config { font = "-misc-fixed-*-*-*-*-18-*-*-*-*-*-*-*" , Run Com "~/.xmobar_cputemp.sh" ["MB"] "mtmp" 100 , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10 , Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10 - , Run Cpu ["-L","15","-H","50","--normal","green","--high","red"] 10 + , 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" 10 + , Run Date "%a %b %_d %Y %H:%M (KW%V)" "date" 600 , Run StdinReader ] , sepChar = "%" |