projects
/
~bandali
/
configs
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
* .profile: export GPG_TTY=$(tty)
[~bandali/configs]
/
.local
/
bin
/
rofi-light
Commit
Line
Data
ca3a844a
AB
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"