Update dunst config

This commit is contained in:
Trianta 2024-03-18 20:07:46 -05:00
parent d7a9044ce5
commit 4d617b3bff

View File

@ -96,6 +96,8 @@
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
#frame_color = "#eba0ac" #frame_color = "#eba0ac"
frame_color = "#89B4FA"
separator_color = frame
# Size of gap to display between notifications - requires a compositor. # Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border # If value is greater than 0, separator_height will be ignored and a border
@ -109,7 +111,6 @@
# * foreground: use the same color as the foreground; # * foreground: use the same color as the foreground;
# * frame: use the same color as the frame; # * frame: use the same color as the frame;
# * anything else will be interpreted as a X color. # * anything else will be interpreted as a X color.
separator_color = auto
# Sort messages by urgency. # Sort messages by urgency.
sort = yes sort = yes
@ -442,24 +443,24 @@
format = "<span size="250%">%a</span>\n%b" format = "<span size="250%">%a</span>\n%b"
[urgency_critical] [urgency_critical]
background = "#f5e0dc" background = "#1E1E2E"
foreground = "#1e1e2e" foreground = "#CDD6F4"
frame_color = "#f38ba8" frame_color = "#FAB387"
icon = "~/.config/dunst/icons/critical.svg" icon = "~/.config/dunst/icons/critical.svg"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#default_icon = /path/to/icon #default_icon = /path/to/icon
[urgency_low] [urgency_low]
background = "#202121" background = "#1E1E2E"
foreground = "#DFDEDE" foreground = "#CDD6F4"
frame_color = "#2F3130" frame_color = "#2F3130"
icon = "~/.config/dunst/icons/hyprdots.svg" icon = "~/.config/dunst/icons/hyprdots.svg"
timeout = 10 timeout = 10
[urgency_normal] [urgency_normal]
background = "#697170" background = "#1E1E2E"
foreground = "#DFDEDE" foreground = "#CDD6F4"
frame_color = "#575C5B" frame_color = "#575C5B"
icon = "~/.config/dunst/icons/hyprdots.svg" icon = "~/.config/dunst/icons/hyprdots.svg"
timeout = 10 timeout = 10