projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f43543bfca3d06d5d733b4e083e804a239716381
[~bandali/configs]
/
.local
/
bin
/
rofi-light
1
#!/bin/sh
2
cur
=
$
(
light
-G
)
3
val
=
$
(
rofi
-dmenu -mesg
"light
$cur
"
-p
"light -S "
-l
0
-width
12
)
4
[
-n
"
$val
"
] &&
light
-S
"
$val
"