mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds waybar-mullvad script to bar
This commit is contained in:
parent
53a275cebc
commit
f355b64cb4
1 changed files with 8 additions and 6 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue