From 8ce5f466697c74c08324d44480bf31d8752b6844 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Nov 2023 16:20:53 +0900 Subject: [PATCH] tweaked rofi --- config/rofi/config.rasi | 2 +- config/rofi/resolution/1080p/config.rasi | 2 +- config/rofi/resolution/1440p/config.rasi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 02851b9..99a41fb 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", both); children: [ "imagebox", "listbox" ]; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 02851b9..99a41fb 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", both); children: [ "imagebox", "listbox" ]; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index dd99799..742be4e 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", both); children: [ "imagebox", "listbox" ]; border-radius: 10px; }