From a249429cb15c3aacdf1d44e68cd9dbb75b6d7fbf Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 4 Aug 2023 02:50:45 +0100 Subject: nits and test target --- lib/Monitors.hs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/Monitors.hs') diff --git a/lib/Monitors.hs b/lib/Monitors.hs index ddff5b4..5438e53 100644 --- a/lib/Monitors.hs +++ b/lib/Monitors.hs @@ -21,6 +21,12 @@ wireless p n = Wireless n (p >~< ["-t", "" -- \xf09e , "-W", "5", "-M", "15" , "-m", "3" , "-L", "20", "-H", "80"]) 20 +wirelessx p n = Wireless n (p >~< ["-t", "" ++ + fn 1 "↑ " ++ " " ++ fn 1 "↓" ++ " " + -- fc (pLow p) (fni "\xf1eb " ++ "") + -- \xf09e + , "-W", "5", "-M", "15" , "-m", "3" + , "-L", "20", "-H", "80"]) 20 cpu p = MultiCpu (p <~> ["-t", "" , "-S", "on", "-c", " " , "-L", "30", "-H", "70" @@ -67,7 +73,7 @@ weather' tmp st p = , ("light snow", "🌨️") , ("snow", "❄️") ] - (mkArgs p ["-t", tmp , "-L", "10", "-H", "25" , "-T", "25", "-E", "…"] + (mkArgs p ["-t", tmp , "-L", "10", "-H", "25" , "-T", "20"] ["-w", ""]) 18000 -- cgit v1.2.3