summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Monitors.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Monitors.hs b/lib/Monitors.hs
index 70f71bc..d154ec3 100644
--- a/lib/Monitors.hs
+++ b/lib/Monitors.hs
@@ -121,8 +121,8 @@ wttrURL l = "https://wttr.in/" ++ l ++ "?format=" ++ fmt
batt p =
BatteryN ["BAT0"]
["-t", "<acstatus> <left>"
- , "-S", "Off", "-d", "0", "-m", "3"
- , "-L", "10", "-H", "90", "-p", "3"
+ , "-S", "Off", "-d", "0", "-m", "2"
+ , "-L", "10", "-H", "90", "-p", "2"
, "--low", pHigh p, "--normal", pNormal p, "--high", pLow p
, "--"
, "-P"
@@ -205,8 +205,8 @@ mail p = MailX [ ("I", "jao/inbox", pHigh p)
masterVol p =
Volume "default" "Master"
["-t", "<status> <volume>"
- , "--", "-C", pForeground p, "-c", "sienna4"
- , "-O", fni "\xf025" -- "\xf130" -- fn 2 "🎧"
+ , "--", "-C", pForeground p, "-c", "#8b4726"
+ , "-O", fni "\xf025" -- "\xf130" fn 4 "🎧"
, "-o", fn 4 "🔇"
] 10