diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-11-06 14:04:35 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-11-06 14:04:35 -0800 |
| commit | 4b43fe1da94f89789fa1fd2920e28e9c49bf3bba (patch) | |
| tree | 4eddf072f41ce9b0e0cece33ff84a981033ad9cb | |
| parent | 2ab6fa6095dd028851b531a4963612f6d05e8962 (diff) | |
better battery colors
| -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" |
