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

@@ -113,6 +113,7 @@ decoration {
} }
# layerrule = blur, waybar # layerrule = blur, waybar
layerrule = blur, logout_dialog
animations { animations {
enabled = yes enabled = yes

View File

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