Fixed blurred background for wlogout. Create blurred version with magick

This commit is contained in:
Stephan Raabe
2024-02-27 10:36:51 +01:00
parent ede46d7ef4
commit 950df3d84c
5 changed files with 25 additions and 3 deletions
+4 -1
View File
@@ -23,10 +23,13 @@ by Stephan Raabe (2023)
font-family: "Fira Sans Semibold", FontAwesome, Roboto, Helvetica, Arial, sans-serif;
background-image: none;
transition: 20ms;
box-shadow: none;
}
window {
background-color: rgba(12, 12, 12, 0.1);
background-image: url("../../.cache/current_wallpaper_blur");
background-position: center;
background-size: cover;
}
button {