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