X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/a92a01fe479e3b069e23297cb3b541eb273deb58..99b2827820540e6c64accd39e4e237378aebdcbc:/.local/bin/rofi-light diff --git a/.local/bin/rofi-light b/.local/bin/rofi-light index f2a46af..72fbd43 100755 --- a/.local/bin/rofi-light +++ b/.local/bin/rofi-light @@ -1,5 +1,4 @@ #!/bin/sh - cur=$(light -G) -val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 12) +val=$(rofi -dmenu -mesg "brightness: $cur" -p "" -l 0 -width 13) [ -n "$val" ] && light -S "$val"