From 435dc20b5183f038d9a6a3c23199294ed1111986 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 13 Feb 2023 13:41:45 -0600 Subject: dunsts, polybar, picom --- .config/polybar/scripts/rofi/launcher.rasi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/polybar/scripts/rofi/launcher.rasi') 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; } -- cgit