dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Power Modes UI and Brightness UI

Open yavuzselimkolbasar opened this issue 6 months ago • 2 comments

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.

yavuzselimkolbasar avatar Jun 23 '25 10:06 yavuzselimkolbasar

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

Espoachan avatar Jun 24 '25 17:06 Espoachan

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.

yavuzselimkolbasar avatar Jun 24 '25 18:06 yavuzselimkolbasar