projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
emacs: smart-mode-line: don't make fixed-width fills
[~bandali/configs]
/
.local
/
bin
/
rofi-light
Commit
Line
Data
a92a01fe
AB
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"