From 604ca2daf955e2e941480216116b3db7334e6914 Mon Sep 17 00:00:00 2001 From: xnm Date: Sat, 10 May 2025 19:38:03 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20improve(wlogout):=20enable=20bac?= =?UTF-8?q?kground=20blur=20and=20apply=20rounded=20edges=20to=20buttons?= =?UTF-8?q?=20in=20`wlogout`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.config/hypr/hyprland.conf | 1 + home/.config/wlogout/style.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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;