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-hyprland | 18 ++++++++++++++++++ config/wal/templates/colors-rofi-dark.rasi | 4 ++-- config/wal/templates/colors-rofi-light.rasi | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 config/wal/templates/colors-hyprland (limited to 'config/wal') diff --git a/config/wal/templates/colors-hyprland b/config/wal/templates/colors-hyprland new file mode 100644 index 00000000..c1ccbaf2 --- /dev/null +++ b/config/wal/templates/colors-hyprland @@ -0,0 +1,18 @@ +$foregroundCol = 0xff{foreground.strip} +$backgroundCol = 0xff{background.strip} +$color0 = 0xff{color0.strip} +$color1 = 0xff{color1.strip} +$color2 = 0xff{color2.strip} +$color3 = 0xff{color3.strip} +$color4 = 0xff{color4.strip} +$color5 = 0xff{color5.strip} +$color6 = 0xff{color6.strip} +$color7 = 0xff{color7.strip} +$color8 = 0xff{color8.strip} +$color9 = 0xff{color9.strip} +$color10 = 0xff{color10.strip} +$color11 = 0xff{color11.strip} +$color12 = 0xff{color12.strip} +$color13 = 0xff{color13.strip} +$color14 = 0xff{color14.strip} +$color15 = 0xff{color15.strip} 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; diff --git a/config/wal/templates/colors-rofi-light.rasi b/config/wal/templates/colors-rofi-light.rasi index 29acccd3..57ea77c9 100644 --- a/config/wal/templates/colors-rofi-light.rasi +++ b/config/wal/templates/colors-rofi-light.rasi @@ -21,7 +21,7 @@ selected-urgent-foreground: @foreground; background-color: @background; - background: rgba(255,255,255, 0.7); + background: rgba(255,255,255, 0.5); foreground: {background}; border-color: @background; spacing: 2; -- cgit v1.2.3