X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/c790d9dc0026d4848ba4987ede93d17a120232a7..7372a4ea463a511770e03a762d8e71c77abf2758:/sxhkd/.local/bin/rofi-light diff --git a/sxhkd/.local/bin/rofi-light b/sxhkd/.local/bin/rofi-light new file mode 100755 index 0000000..96b0126 --- /dev/null +++ b/sxhkd/.local/bin/rofi-light @@ -0,0 +1,5 @@ +#!/bin/sh + +cur=$(light -G) +val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 8) +light -S $val