dotfiles/scripts/ctl-brightness
2023-10-10 16:53:57 -04:00

6 lines
117 B
Bash
Executable File

#!/bin/bash
if [[ $(cat /etc/hostname) == "uzui" ]]; then
"${XDG_CONFIG_HOME}"/bin/uzui/oled-brightness "$@"
fi