mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-07-05 08:19:40 +00:00
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "${0%/*}" || exit
|
|
|
|
./brightness-watcher.sh | xob -s brightness
|