summaryrefslogtreecommitdiff
path: root/xmobarrc
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-11-06 14:04:35 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-11-06 14:04:35 -0800
commit4b43fe1da94f89789fa1fd2920e28e9c49bf3bba (patch)
tree4eddf072f41ce9b0e0cece33ff84a981033ad9cb /xmobarrc
parent2ab6fa6095dd028851b531a4963612f6d05e8962 (diff)
better battery colors
Diffstat (limited to 'xmobarrc')
-rw-r--r--xmobarrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmobarrc b/xmobarrc
index 857d0b8..1f57a24 100644
--- a/xmobarrc
+++ b/xmobarrc
@@ -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"