nix/system/global/scripts/brightness-down

5 lines
98 B
Bash
Executable file

#!/bin/sh
light -U 10
notify-send "Brightness" -h int:value:$(light) -a brightness-down -t 1000