summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-06-28 01:27:49 +0100
committerjao <jao@gnu.org>2020-06-28 01:27:49 +0100
commitc59fd6ef91aca9342695d434c25423c4979cec59 (patch)
treee77a98a9203131b949d128490c9f6445e9d2c52a /src
parent11594e20fa6e5bfe8f268325b3fe8f53583fd02f (diff)
downloadxmobar-config-c59fd6ef91aca9342695d434c25423c4979cec59.tar.gz
xmobar-config-c59fd6ef91aca9342695d434c25423c4979cec59.tar.bz2
sugary proton mark
Diffstat (limited to 'src')
-rw-r--r--src/lib/Monitors.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs
index 26183c5..b1c7a1d 100644
--- a/src/lib/Monitors.hs
+++ b/src/lib/Monitors.hs
@@ -156,7 +156,7 @@ masterVol =
Volume "default" "Master"
["-t", "<status> <volume>"
, "--", "-C", "black", "-c", "sienna4"
- , "-O", fn 4 "🎧"
+ , "-O", fn 2 "🎧"
, "-o", fn 4 "🔇"] 10
captureVol = Volume "default" "Capture" ["-t", "<volume>"] 10
@@ -168,7 +168,7 @@ 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", "+"] 20
+netdev name = Network name ["-t", "<up>", "-x", "", "--", "--up", fn 2 "🔐 "] 20
proton0 = netdev "proton0"
laTime = DateZone "%H" "en_US" "US/Pacific" "laTime" 10