From 3e8fbbaf90443ae5dbad40807320d5ab3af8bd48 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 8 Feb 2016 00:57:41 +0100 Subject: Show icons in dunst --- dunst/.config/dunst/dunstrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index bb671a2..21f16df 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -121,6 +121,12 @@ # browser for opening urls in context menu browser = /usr/bin/firefox -new-tab + # Align icons left + icon_position = left + + # Paths to default icons. + icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/:/usr/share/icons/hicolor/16x16/apps/ + [frame] width = 2 color = "#3d3d3d" -- cgit v1.2.3-54-g00ecf