diff options
Diffstat (limited to '.config/polybar/forest/scripts/rofi')
-rw-r--r-- | .config/polybar/forest/scripts/rofi/launcher.rasi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/polybar/forest/scripts/rofi/launcher.rasi b/.config/polybar/forest/scripts/rofi/launcher.rasi index 54340ab..9946101 100644 --- a/.config/polybar/forest/scripts/rofi/launcher.rasi +++ b/.config/polybar/forest/scripts/rofi/launcher.rasi @@ -28,7 +28,8 @@ window { border: 0px 0px 0px 0px; border-color: @ac; border-radius: 0px; - width: 500px; + width: 700px; + height: 600px; location: center; x-offset: 0; y-offset: 0; |