From 8621f87a1182aafc131901bbde458776e6d3be7a Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Tue, 14 Dec 2021 22:49:19 +0100 Subject: [PATCH] Dunst: bump dunst to newest version with monoid font --- .config/i3/dunst_config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/i3/dunst_config b/.config/i3/dunst_config index ece3b29..522da04 100644 --- a/.config/i3/dunst_config +++ b/.config/i3/dunst_config @@ -111,7 +111,7 @@ ### Text ### - font = Monospace 12 + font = Monoid Nerd Mono 11 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -125,7 +125,7 @@ # underline # # For a complete reference see - # . + # . # # strip: This setting is provided for compatibility with some broken # clients that send markup even though it's not enabled on the @@ -296,14 +296,14 @@ foreground = "#ff0000" timeout = 10 # Icon for notifications with low urgency, uncomment to enable - #icon = /path/to/icon + #default_icon = /path/to/icon [urgency_normal] background = "#000000" foreground = "#ff0000" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable - #icon = /path/to/icon + #default_icon = /path/to/icon [urgency_critical] background = "#ff0000" @@ -311,7 +311,7 @@ frame_color = "#ff0000" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable - #icon = /path/to/icon + #default_icon = /path/to/icon # Every section that isn't one of the above is interpreted as a rules to # override settings for certain messages. @@ -397,7 +397,7 @@ #[ignore] # # This notification will not be displayed # summary = "foobar" -# format = "" +# skip_display = true #[history-ignore] # # This notification will not be saved in history