latest user config

This commit is contained in:
2024-09-13 14:28:50 +02:00
parent cdcaee5943
commit 2f402fe686
59 changed files with 2336 additions and 670 deletions
+10 -10
View File
@@ -32,10 +32,10 @@
#height = 300
# Position the notification in the top right corner
origin = top-center
origin = top-right
# Offset from the origin
offset = 20x40
offset = 10x10
# Scale factor. It is auto-detected if value is 0.
scale = 0
@@ -62,7 +62,7 @@
# Set the maximum width for the progress bar
progress_bar_max_width = 300
highlight = "#b4befe"
highlight = "#313244"
# Show how many messages are currently hidden (because of
# notification_limit).
@@ -93,7 +93,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#11111b"
frame_color = "#313244"
# Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border
@@ -121,7 +121,7 @@
### Text ###
font = Hack Nerd Font 10
font = JetBrainsMono Nerd Font 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
@@ -199,7 +199,7 @@
enable_recursive_icon_lookup = true
# Set icon theme (only used for recursive icon lookup)
icon_theme = "Flatery-Dark"
icon_theme = "Tela-purple-dark"
# You can also set multiple icon themes, with the leftmost one being used first.
# icon_theme = "Adwaita, breeze"
@@ -215,7 +215,7 @@
max_icon_size = 64
# Paths to default icons (only neccesary when not using recursive icon lookup)
icon_path = /usr/share/icons/Flatery-Dark/16x16/status/:/usr/share/icons/Flatery-Dark/16x16/devices/
#icon_path = /usr/share/icons/Tela-purple-dark/16x16/status/:/usr/share/icons/Tela-purple-dark/16x16/devices/
### History ###
@@ -311,21 +311,21 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#181825"
background = "#11111b"
foreground = "#CDD6F4"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
background = "#181825"
background = "#11111b"
foreground = "#CDD6F4"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_critical]
background = "#181825"
background = "#313244"
foreground = "#CDD6F4"
frame_color = "#eba0ac"
timeout = 60