[emacs] remove previous [experimental] emacs config
[~bandali/configs] / sxhkd / .local / bin / rofi-light
1 #!/bin/sh
2
3 cur=$(light -G)
4 val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 8)
5 light -S $val