diff options
| author | xengineering <me@xengineering.eu> | 2026-07-21 13:37:09 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-21 13:37:09 +0200 |
| commit | 103c9eda9a7882ef25af9e0c77104424829139e9 (patch) | |
| tree | bcc48fac09f55c41222a0a350ce5cafcaea82f84 | |
| parent | 035464f89d2ee764220fa7341748c3666534abc9 (diff) | |
| download | dotfiles-103c9eda9a7882ef25af9e0c77104424829139e9.tar dotfiles-103c9eda9a7882ef25af9e0c77104424829139e9.tar.zst dotfiles-103c9eda9a7882ef25af9e0c77104424829139e9.zip | |
waybar: Fix spacing between WiFi symbol and SSID
This was overlapping on Arch Linux.
| -rw-r--r-- | waybar/config.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 0bafe71..884a2b5 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -44,7 +44,7 @@ }, "network#wlan0": { "interface": "wlan0", - "format-wifi": " {essid} ({signalStrength}%)", + "format-wifi": " {essid} ({signalStrength}%)", "format-disconnected": "", "tooltip-format": "{ifname}", "max-length": 50 |
