♻️ refactor(waybar): separate modules and general styling to other files
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
# Default return
|
||||
CONTROL_CENTER_JSON="{ \"text\": \"\", \"bluetooth\": \"$BLUETOOTH_ACTIVE\" }"
|
||||
$BLUETOOTH_ACTIVE=false
|
||||
|
||||
if [[ $(systemctl is-active bluetooth) =~ "active" ]]
|
||||
then
|
||||
$BLUETOOTH_ACTIVE=true
|
||||
fi
|
||||
Reference in New Issue
Block a user