From 23718f643fabed6239361a25972162ebd5d4b934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 20 May 2019 22:29:24 +0200 Subject: [PATCH] Update dunst config --- dunst/dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index de77925..a1ab520 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "300x10-20+40" + geometry = "300x10-20-20" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -61,7 +61,7 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 2 # Defines color of the frame around the notification window. frame_color = "#e16b40" @@ -153,13 +153,13 @@ ### Icons ### # Align icons left/right/off - icon_position = off + icon_position = left # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 32 + max_icon_size = 64 # Paths to default icons. - icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + icon_folders = /usr/share/icons/breeze/status/16:/usr/share/icons/breeze/devices/16 ### History ###