✨ feat(swaync): add some padding to widget-title and widget-label
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user