1
0
Fork 0

brightness scriptlets

jebbatime
jebbatime build server 2021-06-12 15:01:10 -06:00
parent 82297534dc
commit a312638fe9
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--exec wasp/main.py \
--eval 'wasp.system.brightness=3' \
--device $JEBBATIMEMAC

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
./tools/wasptool \
--exec wasp/main.py \
--eval 'wasp.system.brightness=3' \
--device $JEBBATIMEDEVMAC