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.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs
index 99cd1ce..864088a 100644
--- a/src/lib/Monitors.hs
+++ b/src/lib/Monitors.hs
@@ -49,7 +49,7 @@ topProc' p = TopProc (p <~> ["-t" , "<mboth1> <mboth2> <mboth3> \
, "-w", "10", "-L" , "10", "-H", "80"]) 15
wireless p n = Wireless n (p >~< ["-t" , fc (pLow p) (fni "\xf1eb " ++ "<essid>")
- -- <quality>
+ -- <quality>\xf09e
, "-W", "5", "-M", "15" , "-m", "3"
, "-L", "20", "-H", "80"]) 20
@@ -174,7 +174,10 @@ mail p = MailX [ ("I", "jao/inbox", pHigh p)
masterVol p =
Volume "default" "Master"
["-t", "<status> <volume>"
+ -- "<status> " ++ fni "<volumebar>" ++ " <volume>"
+ -- , "-W", "0", "-f", "\xf026\xf026\xf027\xf027\xf028\xf028\xf028"
, "--", "-C", pForeground p, "-c", "sienna4"
+ -- , "-O", ""
, "-O", fni "\xf025" -- "\xf130" -- fn 2 "🎧"
, "-o", fn 4 "🔇"
] 10