From 6d88108dc04e1364b337c9560406abaccbb687c2 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 18 Dec 2023 01:41:41 +0900 Subject: Final Commit before release.... but will test one more time --- config/rofi/.current_wallpaper | Bin 1772664 -> 40 bytes config/rofi/config.rasi | 4 ++-- config/rofi/resolution/1080p/config.rasi | 4 ++-- config/rofi/resolution/1440p/config.rasi | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 120000 config/rofi/.current_wallpaper (limited to 'config/rofi') diff --git a/config/rofi/.current_wallpaper b/config/rofi/.current_wallpaper deleted file mode 100644 index 87f78670..00000000 Binary files a/config/rofi/.current_wallpaper and /dev/null differ diff --git a/config/rofi/.current_wallpaper b/config/rofi/.current_wallpaper new file mode 120000 index 00000000..e575d150 --- /dev/null +++ b/config/rofi/.current_wallpaper @@ -0,0 +1 @@ +/home/ja/Pictures/wallpapers/CuteCat.png \ No newline at end of file diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 30e3aa74..50cd75be 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } @@ -139,7 +139,7 @@ button selected { listview { enabled: true; columns: 2; - lines: 6; + lines: 5; spacing: 2px; padding: 6px; dynamic: true; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 30e3aa74..50cd75be 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } @@ -139,7 +139,7 @@ button selected { listview { enabled: true; columns: 2; - lines: 6; + lines: 5; spacing: 2px; padding: 6px; dynamic: true; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index fa92f052..250c46b4 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } @@ -139,7 +139,7 @@ button selected { listview { enabled: true; columns: 2; - lines: 6; + lines: 5; spacing: 5px; padding: 6px; dynamic: true; -- cgit v1.2.3