Update wlogout blur

This commit is contained in:
Stephan Raabe 2024-02-27 13:34:59 +01:00
parent fec8e9fb96
commit 6f99f143c6
3 changed files with 2 additions and 7 deletions

View File

@ -9,3 +9,4 @@ windowrule = float,^(pavucontrol)$
windowrule = float,^(blueman-manager)$
windowrule = float,^(nm-connection-editor)$
windowrule = float,^(qalculate-gtk)$
layerrule = blur, gtk-layer-shell

View File

@ -101,8 +101,4 @@ swww img $wallpaper \
sleep 1
notify-send "Colors and Wallpaper updated" "with image $newwall"
# Create blurred version of new wallaper
magick $wallpaper -blur 0x8 ~/.cache/current_wallpaper_blur
echo ":: Blurred version of wallaper created in ~/.cache/current_wallpaper_blur."
echo "DONE!"

View File

@ -27,9 +27,7 @@ by Stephan Raabe (2023)
}
window {
background-image: url("../../.cache/current_wallpaper_blur");
background-position: center;
background-size: cover;
background-color: rgba(12, 12, 12, 0.1);
}
button {