From 6328a92227b6ac6fdb732a67e86e2614c77adc21 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 14 Nov 2019 15:39:13 +0100 Subject: [PATCH] Don't show icon name in notifications --- .config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e111410..eddbff4 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -125,7 +125,7 @@ # %n progress value if set without any extra characters # %% Literal % # Markup is allowed - format = "%I %a - %s\n%b" + format = "%a - %s\n%b" # Alignment of message text. # Possible values are "left", "center" and "right".