feat(waybar): fancier waybar, pywal colors

This commit is contained in:
João Dias
2024-09-04 22:36:25 -03:00
parent f98c3b26d8
commit 302d0e5a97
4 changed files with 83 additions and 151 deletions
+9
View File
@@ -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