dotfiles/scripts/ctl-brightness

6 lines
117 B
Plaintext
Raw Normal View History

2022-12-12 12:30:43 -05:00
#!/bin/bash
2023-10-10 16:53:57 -04:00
if [[ $(cat /etc/hostname) == "uzui" ]]; then
"${XDG_CONFIG_HOME}"/bin/uzui/oled-brightness "$@"
fi