add backlight slider

This commit is contained in:
Felix Van der Jeugt 2017-10-30 23:19:57 +01:00
parent 1d1eb88aaf
commit 62f76f412c
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 4 additions and 0 deletions

4
local/bin/bslider Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
wjt -x "$(xbacklight -get)" | while read next; do
xbacklight -set "$next"
done