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