diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-02 23:48:39 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-02 23:48:39 -0400 |
commit | c2ce9b125eeb252f681ff809b65597fd1c88d2fd (patch) | |
tree | e7285e1a5877077e9ec061e5e94b5326e14f719c | |
parent | b46e33ae7e2a096bb3a138fe9c28480b9617ac95 (diff) | |
download | configs-c2ce9b125eeb252f681ff809b65597fd1c88d2fd.tar.gz configs-c2ce9b125eeb252f681ff809b65597fd1c88d2fd.tar.xz configs-c2ce9b125eeb252f681ff809b65597fd1c88d2fd.zip |
[rc] increase rofi-light's width a bit
-rw-r--r-- | rc.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |