projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
* .profile: export GPG_TTY=$(tty)
[~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
"