From b30bdee65e901652c4072253a3d0d85c39c5f2e2 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 24 Nov 2023 21:14:10 +0900 Subject: Changes made: updated rofi themes for better pywal Dropped Catppuccin themes for pywal colors for Hyprland Settings updated copy.sh script to add user in input group and update home directories --- config/rofi/config-compact.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/rofi/config-compact.rasi') diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 539a1830..15300a74 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -68,7 +68,7 @@ listbox { border-radius: 10px; border: 1px; border-color: @active-background; - background-color: @background90; + background-color: @background; } /* ---- Dummy ---- */ @@ -84,7 +84,7 @@ inputbar { padding: 14px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; -- cgit v1.2.3