From a416fe90405aed1803c302aaaa5dfb6eb9bd5363 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 08:39:41 +0900 Subject: rofi width and hieght changed to px --- config/rofi/resolution/1080p/config-compact.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/rofi/resolution/1080p/config-compact.rasi') diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index 15300a74..aa5dc2b4 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 600px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +50,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ -- cgit v1.2.3