From f9334fa14a43c1d38dffb9f5101491f4e508811d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 22 May 2022 12:47:56 -0400 Subject: [PATCH] * .local/bin/rofi-light: Increase width by one character. --- .local/bin/rofi-light | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1