Set brightness to exponential scale

This commit is contained in:
Kiana Sheibani 2022-06-06 17:48:20 -04:00
parent 11f8526aa2
commit d9f4f2a7a5

View file

@ -75,8 +75,8 @@ in {
audio-disp = ''pamixer --get-volume > $SWAYSOCK.volume.wob''; audio-disp = ''pamixer --get-volume > $SWAYSOCK.volume.wob'';
audio = cmd: "exec pamixer ${cmd} && ${audio-disp}"; audio = cmd: "exec pamixer ${cmd} && ${audio-disp}";
# Brightness using brightnessctl and wob # Brightness using brightnessctl and wob
brightness-disp = ''brightnessctl -m | cut -d "," -f4 | tr -d "%" > $SWAYSOCK.brightness.wob''; brightness-disp = ''brightnessctl -e -m | cut -d "," -f4 | tr -d "%" > $SWAYSOCK.brightness.wob'';
brightness = x: "exec brightnessctl set ${x} && ${brightness-disp}"; brightness = x: "exec brightnessctl -e set ${x} && ${brightness-disp}";
# Play controls using playerctl # Play controls using playerctl
playerctl = cmd: "exec playerctl ${cmd}"; playerctl = cmd: "exec playerctl ${cmd}";
# Grim screenshot file name # Grim screenshot file name