feat(swaync): better colors, slider indicator, mpris blur

This commit is contained in:
João Dias
2024-08-05 16:51:44 -03:00
parent bba9210380
commit 1fe9cacf23
3 changed files with 39 additions and 34 deletions
+1 -2
View File
@@ -92,9 +92,8 @@
{
"label": "󰒲 Do Not Disturb",
"type": "toggle",
"active": false,
"command": "swaync-client -d -sw",
"update-command": "echo $(swaync-client -D)"
"update-command": "sh -c '[[ $(swaync-client -D) == \"true\"]] && echo true || echo false'"
}
]
}