diff options
Diffstat (limited to '.config/polybar/scripts/rofi/launcher.rasi')
-rw-r--r-- | .config/polybar/scripts/rofi/launcher.rasi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/polybar/scripts/rofi/launcher.rasi b/.config/polybar/scripts/rofi/launcher.rasi index 9bea4a3..916171c 100644 --- a/.config/polybar/scripts/rofi/launcher.rasi +++ b/.config/polybar/scripts/rofi/launcher.rasi @@ -28,8 +28,8 @@ window { border: 1px 1px 1px 1px; border-color: @fg; border-radius: 0px; - width: 700px; - height: 600px; + width: 500px; + height: 500px; location: center; x-offset: 0; y-offset: 0; @@ -92,11 +92,11 @@ element { text-color: @fg; orientation: horizontal; border-radius: 0px; - padding: 12px; + padding: 6px; } element-icon { - size: 36px; + size: 24px; border: 0px; background-color: @bg; } |