Update dots

This commit is contained in:
Marco Thomas
2020-08-24 10:33:29 +02:00
committed by Marco Thomas
parent acd10383de
commit 90d6443b27
10 changed files with 118 additions and 121 deletions

View File

@@ -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 = "400x10-10+40"
geometry = "400x10-8+43"
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
@@ -86,7 +86,7 @@
### Text ###
font = Fira Code Nerd Font 12
font = FiraCode Nerd Font Mono 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -97,7 +97,7 @@
# <b>bold</b>
# <i>italic</i>
# <s>strikethrough</s>
# <u>underline</u>
# <u>underline</u3
#
# For a complete reference see
# <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
@@ -130,7 +130,7 @@
# Alignment of message text.
# Possible values are "left", "center" and "right".
alignment = center
alignment = left
vertical_alignment = center
# Show age of message if message is older than show_age_threshold
@@ -254,22 +254,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#1d1f28"
foreground = "#fdfdfd"
background = "#2E3440"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#1d1f28"
foreground = "#fdfdfd"
background = "#2E3440"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#f37f97"
foreground = "#1d1f28"
foreground = "#e5e9f0"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon
@@ -315,7 +315,7 @@
#
# NOTE: if you don't want a notification to be displayed, set the format
# to "".
# NOTE: It might be helpful to run dunst -print in a terminal in order
# NOTE: It might be help#e5e9f0ful to run dunst -print in a terminal in order
# to find fitting options for rules.
#########################################################