mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Refactor brightness handling code
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -53,18 +53,18 @@ border_fg = 8
|
||||
# If set to null, none will be shown
|
||||
box_title = null
|
||||
|
||||
# Brightness +/- percentage in one step
|
||||
brightness_change = 10
|
||||
# Brightness increase command
|
||||
brightness_down_cmd = $PREFIX_DIRECTORY/bin/brightnessctl -q s 10%-
|
||||
|
||||
# Brightness decrease key
|
||||
brightness_down_key = F5
|
||||
|
||||
# Brightness increase command
|
||||
brightness_up_cmd = $PREFIX_DIRECTORY/bin/brightnessctl -q s +10%
|
||||
|
||||
# Brightness increase key
|
||||
brightness_up_key = F6
|
||||
|
||||
# Brightness control command
|
||||
brightnessctl = $PREFIX_DIRECTORY/bin/brightnessctl
|
||||
|
||||
# Erase password input on failure
|
||||
clear_password = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user