fix some bugs in the icon lookup

This commit is contained in:
Crylia
2022-08-25 01:55:28 +02:00
parent fa656cd5f3
commit 3d743c6be0
14 changed files with 625 additions and 35 deletions

View File

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