From ba6fed00b5063fc6b6a499071a4202e9087cf77c Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 28 Mar 2026 12:15:10 +0000 Subject: [PATCH] added dunst --- .config/dunst/dunstrc | 28 ++++++++++++++++++++++++++++ .config/hypr/rules.conf | 5 ++--- 2 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 .config/dunst/dunstrc diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 00000000..3d542ba2 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,28 @@ +[global] +follow = mouse +corner_radius = 5 +font = "Monospace 12" +width = 350 +height = (0, 200) +origin = top-right +offset = (15, 15) +transparency = 20 + +[urgency_low] + background = "#1e1e2e77" + foreground = "#cdd6f4" + frame_color = "#b4befe" + timeout = 10 + +[urgency_normal] + background = "#1e1e2e77" + foreground = "#cdd6f4" + frame_color = "#cba6f7" + highlight = "#BF616A" + timeout = 15 + +[urgency_critical] + background = "#1e1e2e77" + foreground = "#cdd6f4" + frame_color = "#f38ba8" + timeout = 0 diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index aad82ed5..3a36618e 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -120,11 +120,10 @@ layerrule { blur = on ignore_alpha = 0 match:namespace = notifications - match:namespace = swaync-notification-window } layerrule { - name = layerrule-3 + name = something to do with wlogout blur = on match:namespace = logout_dialog } @@ -133,7 +132,7 @@ layerrule { name = layerrule-3 blur = on ignore_alpha = 0 - match:namespace = ironbar + match:namespace = waybar } layerrule {