diff --git a/hypr/conf/windowrules/default.conf b/hypr/conf/windowrules/default.conf index 86b137f..d452f76 100644 --- a/hypr/conf/windowrules/default.conf +++ b/hypr/conf/windowrules/default.conf @@ -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 \ No newline at end of file diff --git a/hypr/scripts/wallpaper.sh b/hypr/scripts/wallpaper.sh index c30b031..c7dcb3f 100755 --- a/hypr/scripts/wallpaper.sh +++ b/hypr/scripts/wallpaper.sh @@ -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!" diff --git a/wlogout/style.css b/wlogout/style.css index b224386..87af097 100644 --- a/wlogout/style.css +++ b/wlogout/style.css @@ -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 {