mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +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",
|
||||
|
||||
"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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue