✨ feat(waybar): fancier waybar, pywal colors
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
# 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