projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
35dc494
)
* .local/bin/rofi-light: Increase width by one character.
author
Amin Bandali
<bandali@kelar.org>
Sun, 22 May 2022 16:47:56 +0000
(12:47 -0400)
committer
Amin Bandali
<bandali@kelar.org>
Sun, 22 May 2022 16:48:20 +0000
(12:48 -0400)
.local/bin/rofi-light
patch
|
blob
|
blame
|
history
diff --git
a/.local/bin/rofi-light
b/.local/bin/rofi-light
index
4dedc31
..
72fbd43
100755
(executable)
--- a/
.local/bin/rofi-light
+++ b/
.local/bin/rofi-light
@@
-1,4
+1,4
@@
#!/bin/sh
cur=$(light -G)
-val=$(rofi -dmenu -mesg "brightness: $cur" -p "" -l 0 -width 1
2
)
+val=$(rofi -dmenu -mesg "brightness: $cur" -p "" -l 0 -width 1
3
)
[ -n "$val" ] && light -S "$val"