💥 fix(swaync): bluetooth toggle not working, no fit screen size, move notifications up

This commit is contained in:
retrozinndev
2024-11-10 13:00:34 -03:00
parent 4c684f9c14
commit 0c297bb9ff
9 changed files with 576 additions and 514 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ Update_state() {
Toggle_state() {
if [[ $SWAYNC_TOGGLE_STATE == "true" ]]
then
bluetoothctl power off
else
bluetoothctl power on
else
bluetoothctl power off
fi
}