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/wal/templates/colors-rofi-dark.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/wal/templates/colors-rofi-dark.rasi') diff --git a/config/wal/templates/colors-rofi-dark.rasi b/config/wal/templates/colors-rofi-dark.rasi index 8832abc0..743e0432 100644 --- a/config/wal/templates/colors-rofi-dark.rasi +++ b/config/wal/templates/colors-rofi-dark.rasi @@ -20,8 +20,8 @@ selected-urgent-background: {color3}; selected-urgent-foreground: @foreground; - background-color: {background}90; - background: {background}; + background-color: @background; + background: rgba(0,0,0,0.5); foreground: {foreground}; border-color: @background; spacing: 2; -- cgit v1.2.3