Power Modes UI and Brightness UI
Feature Description
Hi, having an power mode UI would be great
I did these to archive the ui experience with notifications:
`# Power Management
- bind = CTRL, 1, exec, powerprofilesctl set power-save; cpupower frequency-set -g powersave; notify-send "Power Mode: Power Save" --icon=
- bind = CTRL, 2, exec, powerprofilesctl set balanced; cpupower frequency-set -g schedutil; notify-send "Power Mode: Balanced" --icon=
- bind = CTRL, 3, exec, powerprofilesctl set performance; cpupower frequency-set -g performance; notify-send "Power Mode: Performance" --icon=`
Also with the brightness controls.
-
`bind = , XF86MonBrightnessUp, exec, brightnessctl -q s +10% # Increase brightness by 10%
-
bind = , XF86MonBrightnessDown, exec, brightnessctl -q s 10%- # Reduce brightness by 10%`
config has an ui for that in the control center but it would be great if there was an ui just like volume ui after i press the brigness Up/Down keybind.
I think that ctrl + 1, ctrl + 2 and ctrl 3 can conflict with some games or shortcuts on programs. I think it would be a better idea adding this to the settings app
I think that ctrl + 1, ctrl + 2 and ctrl 3 can conflict with some games or shortcuts on programs. I think it would be a better idea adding this to the settings app
If it was like ML4W config like a button near the battery icon would be great. And i wanted to make the shortcut with SUPER +Volume Mute/Up/Down but didn't work.