Added brightnessctl on IS_DESKTOP=0 and configured waybar to include a power profiles daemon switch if the service is available

This commit is contained in:
2026-07-09 21:51:46 +02:00
parent f382f9ce22
commit 377726801b
4 changed files with 88 additions and 0 deletions
@@ -23,6 +23,7 @@
"cpu",
"memory",
"battery",
"custom/power_profile",
"custom/studio-sound",
"bluetooth",
"wireplumber",
@@ -195,6 +196,16 @@
"return-type": "json"
},
"custom/power_profile": {
"format": "{}",
"exec": "~/.config/waybar/scripts/power-profile.sh",
"on-click": "~/.config/waybar/scripts/power-profile.sh toggle",
"interval": "once",
"signal": 9,
"return-type": "json",
"tooltip": true
},
"custom/studio-sound": {
"format": "{}",
"exec": "~/.config/waybar/scripts/studio-sound.py",