♻️ refactor(waybar): separate modules and general styling to other files

This commit is contained in:
retrozinndev
2024-10-21 21:05:04 -03:00
parent e49ddc86ba
commit 8f2e4c2dc7
5 changed files with 205 additions and 141 deletions
-9
View File
@@ -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