[Insert your commit message here. Be sure to make it descriptive.]

This commit is contained in:
coolnsx
2024-02-26 18:08:57 +05:30
parent ca2da57aa3
commit 09ab6e0765
18 changed files with 95 additions and 29 deletions

View File

@@ -80,7 +80,7 @@
# Padding between text and separator.
padding = 8
highlight = "#00D8CE"
highlight = "#5E88DD"
# Horizontal padding.
horizontal_padding = 8
@@ -93,7 +93,7 @@
frame_width = 3
# Defines color of the frame around the notification window.
frame_color = "#00D8CE"
frame_color = "#5E88DD"
# Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border
@@ -215,7 +215,7 @@
max_icon_size = 128
# Paths to default icons (only neccesary when not using recursive icon lookup)
icon_path = /usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/:/usr/share/icons/Papirus/16x16/panel/
icon_path = /usr/share/icons/Papirus/16x16/status/:/usr/share/icons/Papirus/16x16/devices/:/usr/share/icons/Papirus/16x16/panel/:/usr/share/icons/Papirus/22x22/status/
### History ###