From 21fc56fb301d97cef6ebf4371af588806c140d99 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Wed, 18 Jun 2025 17:10:26 -0700 Subject: [PATCH] feat: remove rounded corner from dunst notifications --- custom/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/dunst/dunstrc b/custom/dunst/dunstrc index 7945f3f..8175cd5 100644 --- a/custom/dunst/dunstrc +++ b/custom/dunst/dunstrc @@ -17,7 +17,7 @@ separator_color = frame sort = yes idle_threshold = 120 - font = Roboto mono 12 + font = Roboto mono 11 line_height = 0 markup = full format = "%s\n%b" @@ -43,7 +43,7 @@ class = Dunst startup_notification = false verbosity = mesg - corner_radius = 20 + corner_radius = 0 ignore_dbusclose = false force_xinerama = false mouse_middle_click = do_action, close_current