feat: adds waybar-mullvad script to bar

This commit is contained in:
Ahwx 2025-12-01 14:33:48 +01:00
parent 53a275cebc
commit f355b64cb4

View file

@ -27,11 +27,11 @@
"position": "top", "position": "top",
"modules-left": [ "modules-left": [
"custom/devices",
"privacy", "privacy",
"network", "network",
"custom/music", "custom/music",
"custom/vpn", "custom/vpn",
"custom/devices",
"sway/mode", "sway/mode",
"tray", "tray",
], ],
@ -98,12 +98,14 @@
}, },
"custom/vpn": { "custom/vpn": {
"format": "{icon}", "format": "<span color='#aaaaaa'>VPN:</span> {text}", // <span color='#aaaaaa'>({location})</span>",
"tooltip-format": "{text}", // "format": "{text}",
"format-icons": [ "","" ], // "format-icons": [ "","" ],
// "tooltip": true,
// "tooltip-format": "{node}",
"return-type": "json", "return-type": "json",
"exec": "~/.local/bin/waybar-vpn", "exec": "~/.local/bin/waybar-mullvad",
"interval": 30 "interval": 10
}, },
"custom/music": { "custom/music": {