nord theme for dunst

This commit is contained in:
Alexander Bocken 2020-10-29 11:27:20 +01:00
parent f250465999
commit 9b08019b90
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -43,7 +43,7 @@ bounce_freq = 0
# Show age of message if message is older than show_age_threshold # Show age of message if message is older than show_age_threshold
# seconds. # seconds.
# Set to -1 to disable. # Set to -1 to disable.
show_age_threshold = 60 show_age_threshold = 20
# Split notifications into multiple lines if they don't fit into # Split notifications into multiple lines if they don't fit into
# geometry. # geometry.
@ -70,7 +70,7 @@ hide_duplicates_count = yes
# The width can be negative. In this case the actual width is the # The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option. # screen width minus the width defined in within the geometry option.
#geometry = "250x50-40+40" #geometry = "250x50-40+40"
geometry = "500x50-10+50" geometry = "500x50-0+47"
# Shrink window if it's smaller than the width. Will be ignored if # Shrink window if it's smaller than the width. Will be ignored if
# width is 0. # width is 0.
@ -79,7 +79,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 = 20 transparency = 10
# 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.
@ -87,7 +87,7 @@ transparency = 20
idle_threshold = 120 idle_threshold = 120
# Which monitor should the notifications be displayed on. # Which monitor should the notifications be displayed on.
monitor = 0 monitor = 1
# Display notification on focused monitor. Possible modes are: # Display notification on focused monitor. Possible modes are:
# mouse: follow mouse pointer # mouse: follow mouse pointer
@ -188,9 +188,14 @@ background = "#191311"
timeout = 15 timeout = 15
[urgency_normal] [urgency_normal]
frame_color = "#5B8234" frame_color = "#5E81AC"
foreground = "#d7d5d1" #frame_color = "#5B8234"
background = "#191311" #foreground = "#5E81AC"
#foreground = "#d7d5d1"
foreground = "#ECEFF4"
#background = "#000000"
background = "#2E3440"
#background = "#191311"
#background = "#2B313C" #background = "#2B313C"
timeout = 20 timeout = 20