From ecc76f9afb6d8456a9495c0dd6a2af69d1f22e62 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 3 Jan 2024 22:42:52 +0900 Subject: rofi configs cleaned up / re-organized --- 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 50cd75be..7b5b89d4 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -39,7 +39,7 @@ window { fullscreen: false; enabled: true; border-radius: 12px; - background-color: @background-color; + background-image: url("~/.config/rofi/.current_wallpaper", height); } /* ---- Mainbox ---- */ @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-color: transparent; children: [ "inputbar", "imagebox" ]; border-radius: 12px; } -- cgit v1.2.3 From 05427503a45481ec6bfdd81fdb51c0ec5ff0d370 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 4 Jan 2024 18:36:51 +0900 Subject: small alignment adjustment on rofi main buttons --- 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(-) (limited to 'config/rofi/config.rasi') diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 7b5b89d4..d21800f6 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -118,7 +118,7 @@ mode-switcher{ } button { - padding: 0px 10px 0px 10px; + padding: 0px 12px 0px 8px; border-radius: 12px; background-color: @background; text-color: inherit; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 7b5b89d4..d21800f6 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -118,7 +118,7 @@ mode-switcher{ } button { - padding: 0px 10px 0px 10px; + padding: 0px 12px 0px 8px; border-radius: 12px; background-color: @background; text-color: inherit; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 50774e8b..83c481cf 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -119,7 +119,7 @@ mode-switcher{ } button { - padding: 0px 10px 0px 10px; + padding: 0px 12px 0px 8px; border-radius: 12px; background-color: @background; text-color: inherit; -- cgit v1.2.3