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-long.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/rofi/config-long.rasi') diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 28f6786a..ca6edf1a 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 900px; + width: 700px; /*height: 500px;*/ 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: [ "imagebox" ]; border-radius: 12px; background-color: @background; -- cgit v1.2.3