From 65a9c431981aabd3ebe9cf03d1c51c3810f0ac99 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 12 Dec 2023 23:37:31 +0900 Subject: tweaked rofi appearance --- config/rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/rofi/config.rasi') diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index cee7b929..5317feac 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 800px; + width: 700px; /*height: 450px;*/ x-offset: 0px; y-offset: 0px; @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "inputbar", "listbox" ]; border-radius: 12px; } -- cgit v1.2.3