1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

💄 improve(wlogout): enable background blur and apply rounded edges to buttons in wlogout

This commit is contained in:
xnm
2025-05-10 19:38:03 +03:00
parent 9f51ddcb74
commit 604ca2daf9
2 changed files with 3 additions and 1 deletions

View File

@@ -3,13 +3,14 @@
}
window {
background-color: rgba(36, 39, 58, 0.9);
background-color: rgba(36, 39, 58, 0.7);
}
button {
margin: 8px;
color: #cad3f5;
background-color: #363a4f;
border-radius: 20px;
border-style: solid;
border-width: 2px;
background-repeat: no-repeat;