projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b46e33a
)
[rc] increase rofi-light's width a bit
author
Amin Bandali
<amin@aminb.org>
Thu, 3 May 2018 03:48:39 +0000
(23:48 -0400)
committer
Amin Bandali
<amin@aminb.org>
Thu, 3 May 2018 03:48:39 +0000
(23:48 -0400)
rc.org
patch
|
blob
|
blame
|
history
diff --git
a/rc.org
b/rc.org
index
1520bfd
..
687c4ab
100644
(file)
--- a/
rc.org
+++ b/
rc.org
@@
-4172,7
+4172,7
@@
exact brightness value.
#+begin_src bash
cur=$(light -G)
-val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width
8
)
+val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width
12
)
light -S $val
#+end_src