New backup 2025-03-04 23:30:02

This commit is contained in:
Penelope Gwen 2025-03-04 23:30:02 -08:00
parent 09d4edf126
commit 9244769724
4 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -8,8 +8,8 @@
# Borders # Borders
client.focused $color1 $color1 $color0 $color9 client.focused $color1 $color1 $color0 $color9
client.focused_inactive $color9 $color9 $color1 $color9 client.focused_inactive $color1 $color1 $color0 $color9
client.unfocused $color9 $color9 $color1 $color9 client.unfocused $color8 $color8 $color8 $color8
# Blur # Blur
layer_effects "wofi" { layer_effects "wofi" {
@ -18,7 +18,7 @@
blur_ignore_transparent enable blur_ignore_transparent enable
corner_radius 10 corner_radius 10
} }
blur_brightness 0.75 blur_brightness 0.85
blur enable blur enable
shadows enable shadows enable
shadow_color $color1 shadow_color $color1

View file

@ -4,8 +4,8 @@
} }
window { window {
border: 5px solid --wofi-color1; border: 5px solid --wofi-color0;
background-color: rgba(--wofi-rgb-color0,0.5); background-color: rgba(--wofi-rgb-color0,0);
border-radius:10px; border-radius:10px;
/* opacity:0.25;*/ /* opacity:0.25;*/
} }
@ -27,7 +27,7 @@ window {
#outer-box { #outer-box {
margin: 5px; margin: 5px;
border: 0px solid rgba(--wofi-rgb-color0,0); border: 0px solid rgba(--wofi-rgb-color0,0);
background-color: rgba(--wofi-rgb-color0,0.5); background-color: rgba(--wofi-rgb-color0,0.25);
border-radius:6px; border-radius:6px;
} }
@ -43,7 +43,7 @@ window {
#entry{ #entry{
border: 3px solid --wofi-color1; border: 3px solid --wofi-color1;
border-radius: 10px; border-radius: 10px;
background-color: --wofi-color0; background-color: rgba(--wofi-rgb-color8,0.2);
margin:10px 10px margin:10px 10px
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

After

Width:  |  Height:  |  Size: 615 KiB