Update wlogout blur
This commit is contained in:
parent
fec8e9fb96
commit
6f99f143c6
@ -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
|
@ -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!"
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user