diff --git a/files/dunst.conf b/files/dunst.conf index c403535..9d47ba3 100644 --- a/files/dunst.conf +++ b/files/dunst.conf @@ -6,12 +6,14 @@ follow = keyboard + geometry = "400x5+20+20" + # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes # Shrink window if it's smaller than the width. Will be ignored if # width is 0. - shrink = yes + shrink = no # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing window manager is @@ -82,7 +84,7 @@ hide_duplicate_count = false # Display indicators for URLs (U) and actions (A). - show_indicators = yes + show_indicators = no ### Icons ### @@ -90,10 +92,10 @@ icon_position = left # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 32 + max_icon_size = 16 # Paths to default icons. - icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + icon_path = /usr/share/icons/Numix/16/status/:/usr/share/icons/Numix/16/devices/ ### History ### @@ -123,7 +125,8 @@ startup_notification = false - verbosity = mesg + verbosity = info + corner_radius = 0 ### Legacy