summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Monitors.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Monitors.hs')
-rw-r--r--src/lib/Monitors.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs
index 1a8d0d6..ff27dd8 100644
--- a/src/lib/Monitors.hs
+++ b/src/lib/Monitors.hs
@@ -91,7 +91,8 @@ weather' tmp st p =
, ("partly cloudy", fn 3 "⛅")
, ("mostly cloudy", fn 3 "☁")
, ("considerable cloudiness", fn 4 "⛈")]
- (mkArgs p ["-t", tmp , "-L","10", "-H", "25"] ["-w", ""])
+ (mkArgs p ["-t", tmp , "-L","10", "-H", "25"]
+ ["-w", "", "-m", "False"])
18000
weather = weather' "<skyConditionS> <tempC>° <rh>% <windKmh> (<hour>)"
@@ -162,7 +163,7 @@ mail p = MailX [ ("I", "jao/inbox", pHigh p)
, ("B", "bigml/inbox", pHigh p)
, ("S", "bigml/support", "")
]
- ["-d", "~/var/maildir", "-p", " ", "-s", " "]
+ ["-d", "~/var/mail", "-p", " ", "-s", " "]
"mail"
masterVol =
@@ -181,7 +182,8 @@ brightness' = Brightness ["--", "-D", "amdgpu_bl0", "-C", "brightness"] 10
memory = Memory ["-t","<available> M", "-p", "2", "-W", "7"] 20
-tun0 = Network "tun0" ["-t", "<dev>:", "-x", ""] 20
+netdev name = Network name ["-t", "<up>", "-x", "", "--", "--up", "+"] 20
+proton0 = netdev "proton0"
laTime = DateZone "%H" "en_US" "US/Pacific" "laTime" 10
localTime = Date "%R" "datetime" 10