diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ef10c4d..9ad4a75 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -11,7 +11,7 @@ # . # If markup is not allowed, those tags will be stripped out of the # message. - allow_markup = yes + markup = yes # The format of the message. Possible variables are: # %a appname @@ -143,15 +143,14 @@ # Browser for opening urls in context menu. browser = /usr/bin/chromium - # Align icons left/right/off - icon_position = left + # Align icons left/right/off + icon_position = off # Paths to default icons. icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ -[frame] - width = 3 - color = "#404552" + frame_width = 3 + frame_color = "#404552" [shortcuts]