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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user