summaryrefslogtreecommitdiffstats
path: root/dunst
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-08 00:57:41 +0100
committerGravatar Tom Willemse2016-02-08 00:57:41 +0100
commit3e8fbbaf90443ae5dbad40807320d5ab3af8bd48 (patch)
treefa96f0229030e18aeb3900a8dc7730faef9d6f16 /dunst
parent6697d5af83649262fac7b6f194e8172bbe86e73b (diff)
downloaddotfiles-3e8fbbaf90443ae5dbad40807320d5ab3af8bd48.tar.gz
dotfiles-3e8fbbaf90443ae5dbad40807320d5ab3af8bd48.zip
Show icons in dunst
Diffstat (limited to 'dunst')
-rw-r--r--dunst/.config/dunst/dunstrc6
1 files changed, 6 insertions, 0 deletions
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"