diff options
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index d628f01..50bd582 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -55,9 +55,10 @@ "format-bluetooth": "BT: {icon} <span color='#aaaaaa'>{volume}</span>", "format-muted": "X MUTED", "format-icons": [ - "+--", - "++-", - "+++" + "+---", + "++--", + "+++-", + "++++" ], "on-click": "pavucontrol-qt", "tooltip-format": "{desc}", @@ -80,8 +81,6 @@ "custom/vpn": { "format": "VPN: <span color='#aaaaaa'>{}</span>", "exec": "~/.local/bin/waybar-vpn status", - // "exec": "echo '{\"class\": \"connected\"}'", - // "exec-if": "test -d /proc/sys/net/ipv4/conf/proton0", "return-type": "json", "interval": 30 }, |
