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.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs
index d4c5b17..adc0ae9 100644
--- a/src/lib/Monitors.hs
+++ b/src/lib/Monitors.hs
@@ -197,9 +197,9 @@ brightness' = Brightness ["--", "-D", "amdgpu_bl0", "-C", "brightness"] 10
memory = Memory ["-t","<available> M", "-p", "2", "-W", "7"] 20
-netdev name =
- Network name ["-t", "<up>", "-x", "", "--", "--up", fni "\xf0e8 "] 20 -- fn 2 "🔐 "
-proton0 = netdev "proton0"
+netdev name icon =
+ Network name ["-t", "<up>", "-x", "", "--", "--up", icon] 20 -- fn 2 "🔐 "
+proton0 = netdev "proton0" $ fn 2 "🔒 " -- fni "\xf0e8 "
laTime = DateZone "%H" "en_US" "US/Pacific" "laTime" 10
localTime = Date "%R" "datetime" 10