feat: remove rounded corner from dunst notifications

This commit is contained in:
2025-06-18 17:10:26 -07:00
parent aa706e49aa
commit 21fc56fb30

View File

@@ -17,7 +17,7 @@
separator_color = frame separator_color = frame
sort = yes sort = yes
idle_threshold = 120 idle_threshold = 120
font = Roboto mono 12 font = Roboto mono 11
line_height = 0 line_height = 0
markup = full markup = full
format = "<b>%s</b>\n%b" format = "<b>%s</b>\n%b"
@@ -43,7 +43,7 @@
class = Dunst class = Dunst
startup_notification = false startup_notification = false
verbosity = mesg verbosity = mesg
corner_radius = 20 corner_radius = 0
ignore_dbusclose = false ignore_dbusclose = false
force_xinerama = false force_xinerama = false
mouse_middle_click = do_action, close_current mouse_middle_click = do_action, close_current