1
0
mirror of https://github.com/Dejvino/pinephone-sway-poc.git synced 2024-09-20 22:33:36 +00:00
pinephone-sway-poc/usr/local/bin/swayphone_backlightselect

16 lines
193 B
Plaintext
Raw Normal View History

2020-05-31 01:21:22 +00:00
#!/bin/bash
BACKLIGHT=~/.backlight
2020-05-31 07:11:20 +00:00
dialog --menu EXECUTE 20 40 10 \
2020-05-31 01:21:22 +00:00
10 FULL \
9 . \
8 . \
7 . \
6 . \
5 . \
4 . \
2020-05-31 07:11:20 +00:00
3 MIN \
2020-05-31 01:21:22 +00:00
2>$BACKLIGHT && pptk-backlight set `cat $BACKLIGHT`