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
de/home/.config
eww
sway/config.d
wofi
t16g2/home/.config/sway/assets/wallpaper/eDP-1

Binary file not shown.

Before

(image error) Size: 53 KiB

After

(image error) Size: 55 KiB

View file

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

View file

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

Binary file not shown.

Before

(image error) Size: 301 KiB

After

(image error) Size: 615 KiB