From 07c093c9b351466e60b93692c7d05b949bd71b0c Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 2 Sep 2022 02:33:12 +0100 Subject: sway tweaks --- lib/Monitors.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') 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", " " - , "-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", " " - , "--", "-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 -- cgit v1.2.3