diff options
Diffstat (limited to 'xorg/.local/usr')
| -rwxr-xr-x | xorg/.local/usr/bin/xbacklightmon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/.local/usr/bin/xbacklightmon b/xorg/.local/usr/bin/xbacklightmon index 39f6b48..f5b46c0 100755 --- a/xorg/.local/usr/bin/xbacklightmon +++ b/xorg/.local/usr/bin/xbacklightmon | |||
| @@ -10,8 +10,8 @@ luminance() { | |||
| 10 | 10 | ||
| 11 | read -r max < "$path"/max_brightness | 11 | read -r max < "$path"/max_brightness |
| 12 | 12 | ||
| 13 | xbacklight -set "$(luminance)" | 13 | echo xbacklight -set "$(luminance)" |
| 14 | 14 | ||
| 15 | inotifywait -me modify --format '' "$path"/actual_brightness | while read; do | 15 | inotifywait -me modify --format '' "$path"/actual_brightness | while read; do |
| 16 | xbacklight -set "$(luminance)" | 16 | echo xbacklight -set "$(luminance)" |
| 17 | done | 17 | done |
