summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/rofi-light2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/rofi-light b/.local/bin/rofi-light
index 4dedc31..72fbd43 100755
--- 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 12)
+val=$(rofi -dmenu -mesg "brightness: $cur" -p "" -l 0 -width 13)
[ -n "$val" ] && light -S "$val"