Skip to content

Power Modes UI and Brightness UI #78

@yavuzselimkolbasar

Description

@yavuzselimkolbasar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions