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/config-compact.rasi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/rofi/config-compact.rasi') diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 15300a74..122536e4 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -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