1
0
mirror of https://github.com/Dejvino/pinephone-sway-poc.git synced 2024-09-21 14:43:37 +00:00
pinephone-sway-poc/usr/local/bin/swayphone_backlightselect

16 lines
193 B
Bash
Executable File

#!/bin/bash
BACKLIGHT=~/.backlight
dialog --menu Backlight 0 0 10 \
10 FULL \
9 . \
8 . \
7 . \
6 . \
5 . \
4 . \
3 MIN \
2>$BACKLIGHT && pptk-backlight set `cat $BACKLIGHT`