diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 7150e14..cddbc5e 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -113,6 +113,7 @@ decoration { } # layerrule = blur, waybar +layerrule = blur, logout_dialog animations { enabled = yes diff --git a/home/.config/wlogout/style.css b/home/.config/wlogout/style.css index 504176d..69309da 100644 --- a/home/.config/wlogout/style.css +++ b/home/.config/wlogout/style.css @@ -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;