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

View File

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