diff options
author | Camil Staps | 2016-03-05 15:56:52 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:07 +0100 |
commit | 4cbb02bf0875117591d2c9aaebac7795c22b46e2 (patch) | |
tree | 451602fcf0edd35c8d978dd5c002806f1841064e /system/xmobarrc.symlink | |
parent | Fix xmobar colors; dynnetwork (diff) |
xmobar: updated memory color thresholds
Diffstat (limited to 'system/xmobarrc.symlink')
-rw-r--r-- | system/xmobarrc.symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xmobarrc.symlink b/system/xmobarrc.symlink index 1796b4a..f360f60 100644 --- a/system/xmobarrc.symlink +++ b/system/xmobarrc.symlink @@ -10,7 +10,7 @@ Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*" , Run Com "wireless-status" ["wlan0"] "wlan0stat" 10 , Run Battery ["--normal","red","--high","green","-t","<left>% (<timeleft>)"] 150 , Run Cpu ["-L","10","-H","50","--low","green","--normal","orange","--high","red"] 10 - , Run Memory ["-t","Mem: <usedratio>%","-L","20","-H","40","--low","green","--normal","orange","--high","red"] 10 + , Run Memory ["-t","Mem: <usedratio>%","-L","30","-H","60","--low","green","--normal","orange","--high","red"] 10 , Run Swap ["-L","10","-H","30","--low","green","--normal","orange","--high","red"] 10 , Run Com "uname" ["-s","-r"] "" 36000 , Run Kbd [("us(intl)", "<fc=#66ccff>US</fc>") |