Files
nix-config/dotfiles/local/bin/kbd_brightness
2024-10-16 19:11:15 +02:00

7 lines
92 B
Bash
Executable File

#!/bin/bash
if [ "$1" = "up" ]; then
asusctl -n
elif [ "$1" = "down" ];then
asusctl -p
fi