diff options
| author | tslil <tslil@posteo.de> | 2026-04-06 17:52:16 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-06 17:52:27 +0100 |
| commit | 2ad76fb3a6d1c8f8d932834e9d57c18a5d5ec0b1 (patch) | |
| tree | e9cc21eba702003e5f61a4e73a98c890a68af810 | |
| parent | 40cbbc52ec04071e2d39c6b4c99eeda94a20c216 (diff) | |
[waybar] don't report anything when mpd is stopped, fix vpn/eth0 spacing
| -rw-r--r-- | waybar/config.jsonc.desktop | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/waybar/config.jsonc.desktop b/waybar/config.jsonc.desktop index e8b1643..b43183e 100644 --- a/waybar/config.jsonc.desktop +++ b/waybar/config.jsonc.desktop @@ -23,6 +23,7 @@ }, "mpd": { "format": "| {stateIcon} {title}", + "format-stopped": "", "tooltip-format": "{title} - {album} - {artist}", "state-icons": { "playing": "▶️", @@ -51,12 +52,12 @@ }, "network#vpn": { "interface": "wg0-mullvad", - "format-disconnected": "VPN ⚠", + "format-disconnected": "| VPN ⚠", "format": "", }, "network#eth": { "interface": "eno1", - "format-disconnected": "ETH ⚠", + "format-disconnected": "| ETH ⚠", "format": "", }, "pulseaudio": { |
