Rice dunst a bit
This commit is contained in:
parent
fe50bb7103
commit
2b077bd847
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue