summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-07-14 13:22:44 +0200
committerxengineering <me@xengineering.eu>2026-07-21 13:35:32 +0200
commit035464f89d2ee764220fa7341748c3666534abc9 (patch)
tree2555c3ee00125e21cfe64120b2caeb89901f1406
parent2ef96d61cc74236046080179aa149851fd9394a1 (diff)
downloaddotfiles-035464f89d2ee764220fa7341748c3666534abc9.tar
dotfiles-035464f89d2ee764220fa7341748c3666534abc9.tar.zst
dotfiles-035464f89d2ee764220fa7341748c3666534abc9.zip
waybar: Add wlan0 indicator
This makes bad WiFi signals or unintended SSIDs visible.
-rw-r--r--waybar/config.jsonc8
1 files changed, 8 insertions, 0 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc
index b69b113..0bafe71 100644
--- a/waybar/config.jsonc
+++ b/waybar/config.jsonc
@@ -9,6 +9,7 @@
"sway/window"
],
"modules-right": [
+ "network#wlan0",
"bluetooth",
"battery",
"battery#bat2",
@@ -40,5 +41,12 @@
"tooltip-format": "{controller_alias}\t{controller_address}",
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}",
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}"
+ },
+ "network#wlan0": {
+ "interface": "wlan0",
+ "format-wifi": " {essid} ({signalStrength}%)",
+ "format-disconnected": "",
+ "tooltip-format": "{ifname}",
+ "max-length": 50
}
}