ironbar: Add volume indicator

This commit is contained in:
Donovan Glover 2024-01-29 18:33:09 -05:00
parent 852299de1a
commit baeee11328
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -44,6 +44,12 @@
{
"type": "tray"
},
{
"type": "script",
"cmd": "fish -c 'echo \"$(math \"$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | choose 1) * 100\")%\"'",
"mode": "poll",
"interval": 2500
},
{
"type": "clock",
"format": "%x%a%R"