Moving on

This commit is contained in:
Daniel Lundin 2018-11-01 09:50:03 +01:00
parent 6e5d028fd1
commit a8295d554c
15 changed files with 153 additions and 464 deletions
.config/dunst

View file

@ -29,14 +29,14 @@
# 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 = "593x5-0-0"
geometry = "2373x5-0-0"
# 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 = no
shrink = yes
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
@ -61,10 +61,10 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 0
frame_width = 1
# Defines color of the frame around the notification window.
frame_color = "#000000"
frame_color = "cccccc"
# Define a color for the separator.
# possible values are:
@ -85,7 +85,7 @@
### Text ###
font = Pragmata Pro Mono 18
font = IBM Plex Sans 12
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@ -125,7 +125,7 @@
# %n progress value if set without any extra characters
# %% Literal %
# Markup is allowed
format = "<b>%a:</b> %s\n%b"
format = "<b>%a:</b>\n%s\n%b"
# Alignment of message text.
# Possible values are "left", "center" and "right".
@ -245,24 +245,24 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#222222"
foreground = "#888888"
background = "#E1F5FE"
foreground = "#01579B"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
# background = "#285577"
background = "#2E7D32"
foreground = "#ffffff"
background = "#DCEDC8"
foreground = "#1B5E20"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#900000"
foreground = "#ffff66"
frame_color = "#ff0000"
background = "#BF360C"
foreground = "#FFF59D"
frame_color = "#FF7043"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon