Clean up dunstrc

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-09-09 17:15:35 +02:00
parent 86041425d1
commit 5769f2f8e3
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -62,7 +62,6 @@ word_wrap = yes
# Ignore newlines '\n' in notifications. # Ignore newlines '\n' in notifications.
ignore_newline = no ignore_newline = no
# The geometry of the window: # The geometry of the window:
# [{width}]x{height}[+/-{x}+/-{y}] # [{width}]x{height}[+/-{x}+/-{y}]
# The geometry of the message window. # The geometry of the message window.
@ -84,8 +83,7 @@ shrink = no
# The transparency of the window. Range: [0; 100]. # The transparency of the window. Range: [0; 100].
# This option will only work if a compositing windowmanager is # This option will only work if a compositing windowmanager is
# present (e.g. xcompmgr, compiz, etc.). # present (e.g. xcompmgr, compiz, etc.).
#transparency = 15 transparency = 0
transparency = 8
# Don't remove messages, if the user is idle (no mouse or keyboard input) # Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds. # for longer than idle_threshold seconds.
@ -126,7 +124,7 @@ line_height = 0
# Draw a line of "separatpr_height" pixel height between two # Draw a line of "separatpr_height" pixel height between two
# notifications. # notifications.
# Set to 0 to disable. # Set to 0 to disable.
separator_height = 2 separator_height = 0
# Padding between text and separator. # Padding between text and separator.
padding = 16 padding = 16
@ -135,7 +133,6 @@ padding = 16
horizontal_padding = 16 horizontal_padding = 16
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
#frame_color = "#171717"
frame_color = "#535c5c" frame_color = "#535c5c"
# Define a color for the separator. # Define a color for the separator.
@ -144,7 +141,7 @@ frame_color = "#535c5c"
# * foreground: use the same color as the foreground; # * foreground: use the same color as the foreground;
# * frame: use the same color as the frame; # * frame: use the same color as the frame;
# * anything else will be interpreted as a X color. # * anything else will be interpreted as a X color.
separator_color = frame separator_color = auto
# Defines width in pixels of frame around the notification window. # Defines width in pixels of frame around the notification window.
# Set to 0 to disable. # Set to 0 to disable.