ironbar: Show mullvad status

Only shows when connected.
This commit is contained in:
Donovan Glover 2024-01-28 10:53:46 -05:00
parent 455a9d65f0
commit 84d7abfbfb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -13,6 +13,12 @@
"type": "label", "type": "label",
"label": "", "label": "",
"on_mouse_enter": "rofi -show drun" "on_mouse_enter": "rofi -show drun"
},
{
"type": "script",
"cmd": "mullvad status | choose 2..",
"mode": "poll",
"interval": 5000
} }
], ],