1
0
Fork 0

visual improvements

This commit is contained in:
Luca Bilke 2023-02-06 22:22:12 +01:00
parent a2ccb0cb32
commit 8e941231bc
2 changed files with 10 additions and 3 deletions

View file

@ -11,22 +11,28 @@
frame_color = "#383c4a" frame_color = "#383c4a"
progress_bar_corner_radius = 5 progress_bar_corner_radius = 5
line_height = 2 line_height = 2
icon_position = off corner_radius = 8
markup = full
icon_theme = Qogir-dark
icon_path = /usr/share/icons/Qogir-dark/16/panel/
[urgency_low] [urgency_low]
background = "#1a1b26" background = "#1a1b26"
foreground = "#c0caf5" foreground = "#c0caf5"
highlight = "#7aa2f7"
timeout = 3 timeout = 3
[urgency_normal] [urgency_normal]
frame_color = "#7aa2f7" frame_color = "#7aa2f7"
background = "#1a1b26" background = "#1a1b26"
foreground = "#c0caf5" foreground = "#c0caf5"
highlight = "#7aa2f7"
timeout = 5 timeout = 5
[urgency_critical] [urgency_critical]
background = "#1a1b26" background = "#1a1b26"
foreground = "#ff768e" foreground = "#c0caf5"
frame_color = "#ff768e" frame_color = "#ff768e"
highlight = "#ff768e"
timeout = 10 timeout = 10

View file

@ -23,6 +23,7 @@ blur-background-frame = false;
blur-kern = "3x3box"; blur-kern = "3x3box";
blur-strength = 5; blur-strength = 5;
blur-background-exclude = [ blur-background-exclude = [
"class_g = 'Dunst'",
"class_g = 'librewolf-default'", "class_g = 'librewolf-default'",
"class_g = 'easyeffects'", "class_g = 'easyeffects'",
"class_g *= 'slop'", "class_g *= 'slop'",