This commit is contained in:
Rene Kievits
2022-12-08 16:06:16 +01:00
parent 675ab6692d
commit 42a888c311
68 changed files with 732 additions and 2238 deletions

View File

@@ -1,10 +0,0 @@
#!/bin/bash
case $1 in
"get")
echo $(xfpm-power-backlight-helper --get-brightness)
;;
"set")
echo $(pkexec xfpm-power-backlight-helper --set-brightness $2)
;;
esac