feat(swaync): add some padding to widget-title and widget-label

This commit is contained in:
retrozinndev
2024-10-07 15:15:58 -03:00
parent e04e304634
commit c0090cb1b5
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
"type": "toggle",
"active": false,
"command": "sh -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && bluetoothctl power on || bluetoothctl power off'",
"update-command": "sh -c '[[ $(bluetoothctl show | grep Powered | sed 's/Powered: //') == yes ]] && echo true || echo false'"
"update-command": "sh -c '[[ $(bluetoothctl show | grep Powered | sed 's/Powered: //') == 'yes' ]] && echo 'true' || echo 'false''"
},
{
"label": "󰒲 DNDisturb",