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:
@@ -113,6 +113,7 @@ decoration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# layerrule = blur, waybar
|
# layerrule = blur, waybar
|
||||||
|
layerrule = blur, logout_dialog
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user