Dunst rounded corners

This commit is contained in:
2025-02-23 17:14:03 +00:00
parent 2c1d441005
commit cf39e2a9c7
2 changed files with 2 additions and 4 deletions

View File

@@ -210,7 +210,7 @@
### Misc/Advanced ### ### Misc/Advanced ###
# dmenu path. # dmenu path.
dmenu = dmenu -p dunst: dmenu = wofi -p dunst:
# Browser for opening urls in context menu. # Browser for opening urls in context menu.
browser = firefox -new-tab browser = firefox -new-tab
@@ -229,7 +229,7 @@
# corners. # corners.
# The radius will be automatically lowered if it exceeds half of the # The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons. # notification height to avoid clipping text and/or icons.
corner_radius = 0 corner_radius = 10
# Ignore the dbus closeNotification message. # Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this # Useful to enforce the timeout set by dunst configuration. Without this

View File

@@ -36,8 +36,6 @@ exec-once = nm-applet
exec-once = udiskie exec-once = udiskie
exec-once = waybar exec-once = waybar
exec-once = foot
############################# #############################
### ENVIRONMENT VARIABLES ### ### ENVIRONMENT VARIABLES ###
############################# #############################