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

16 lines
253 B
Bash
Executable File

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