diff options
| -rw-r--r-- | xmobarrc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -43,7 +43,7 @@ Config { -- network activity monitor (dynamic interface resolution) , Run DynNetwork [ "--template" , "<dev>: <tx>kB/s|<rx>kB/s" - , "--Low" , "1000" -- units: B/s + , "--Low" , "2000" -- units: B/s , "--High" , "5000" -- units: B/s , "--low" , "darkgreen" , "--normal" , "darkorange" @@ -70,8 +70,8 @@ Config { -- memory usage monitor , Run Memory [ "--template" ,"Mem: <usedratio>%" - , "--Low" , "20" -- units: % - , "--High" , "90" -- units: % + , "--Low" , "50" -- units: % + , "--High" , "80" -- units: % , "--low" , "darkgreen" , "--normal" , "darkorange" , "--high" , "darkred" @@ -79,8 +79,8 @@ Config { -- battery monitor , Run Battery [ "--template" , "Batt: <acstatus>" - , "--Low" , "10" -- units: % - , "--High" , "80" -- units: % + , "--Low" , "20" -- units: % + , "--High" , "50" -- units: % , "--low" , "darkred" , "--normal" , "darkorange" , "--high" , "darkgreen" |
