FANCY SHIT

This commit is contained in:
Marco Thomas
2020-10-24 14:02:11 +02:00
parent 7cbbc3a737
commit bc2d7e0071
12 changed files with 30 additions and 21 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-8+35"
geometry = "400x10-12+39"
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
@@ -64,7 +64,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#98c379"
frame_color = "#e06c75"
# Define a color for the separator.
# possible values are:
@@ -86,7 +86,7 @@
### Text ###
font = FiraCode Nerd Font Mono 10
font = Heebo Normal 11
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -254,21 +254,21 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#000000"
background = "#1e2127"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#000000"
background = "#1e2127"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#000000"
background = "#1e2127"
foreground = "#e5e9f0"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable