diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 21:14:10 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 21:14:10 +0900 |
| commit | b30bdee65e901652c4072253a3d0d85c39c5f2e2 (patch) | |
| tree | 51caa6cc06a649bdab7f06eee07b9567b155c804 /config/wal | |
| parent | ae345f12e6252be0cbb821f097ac4cbe66ca8a5f (diff) | |
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
Diffstat (limited to 'config/wal')
| -rw-r--r-- | config/wal/templates/colors-hyprland | 18 | ||||
| -rw-r--r-- | config/wal/templates/colors-rofi-dark.rasi | 4 | ||||
| -rw-r--r-- | config/wal/templates/colors-rofi-light.rasi | 2 |
3 files changed, 21 insertions, 3 deletions
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; |
