projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
* .local/bin/rofi-light: Increase width by one character.
[~bandali/configs]
/
.local
/
bin
/
rofi-light
1
#!/bin/sh
2
cur
=
$
(
light
-G
)
3
val
=
$
(
rofi
-dmenu -mesg
"brightness:
$cur
"
-p
""
-l
0
-width
13
)
4
[
-n
"
$val
"
] &&
light
-S
"
$val
"