i3/polybar: brightness
This commit is contained in:
parent
b0c72caf69
commit
19f3decc93
2 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@ floating_modifier $mod1
|
|||
|
||||
# bildschirmhelligkeit
|
||||
# heller; fn+f6
|
||||
bindcode 233 exec sudo brightnessctl s +2%
|
||||
bindcode 233 exec sudo brightnessctl s +5%
|
||||
#dunkler; fn+f7
|
||||
bindcode 232 exec sudo brightnessctl s 2%-
|
||||
bindcode 232 exec sudo brightnessctl s 5%-
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod1+Return exec alacritty
|
||||
|
|
|
@ -75,7 +75,7 @@ format-prefix-foreground = ${colors.foreground-alt}
|
|||
type = custom/script
|
||||
exec = /usr/bin/brightnessctl g
|
||||
tail = true
|
||||
interval = 5
|
||||
interval = 2
|
||||
format-prefix = "BRT "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
|
Loading…
Reference in a new issue