projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
emacs: smart-mode-line: don't make fixed-width fills
[~bandali/configs]
/
.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
12
)
5
[
-n
"
$val
"
] &&
light
-S
"
$val
"