diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-25 18:57:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-25 18:57:40 +0900 |
| commit | 823ce273e69e716be814473430d0cfa5cb714b7d (patch) | |
| tree | 70878cbe3027d9da452658a8644e33d83c1b3ea2 /config/wal | |
| parent | fbf04572b4ed8867da3c96551b25261401364be0 (diff) | |
| parent | 19f025c2dc27da54127ae302482398be61b55ebe (diff) | |
Merge pull request #34 from JaKooLit/v2.1.9
V2.1.9
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; |
