From 7d47c78928a70d2a6c9ff1aa6170c09eb7215a27 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Wed, 8 Feb 2023 13:40:23 -0600 Subject: Polybar path changes, dpi, sxhkd changes --- .config/polybar/scripts/rofi/launcher.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/polybar/scripts/rofi') 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 { -- cgit