added dunst for low bat notifs

This commit is contained in:
2025-12-26 14:36:51 +11:00
parent a758f7df2f
commit 09eac58059
18 changed files with 55 additions and 1 deletions

30
.config/dunst/dunstrc Normal file
View File

@@ -0,0 +1,30 @@
[global]
monitor = 1
frame_width = 1
frame_color = "#b4befe"
separator_color= frame
highlight = "#74c7ec"
background = "#1e1e2e"
foreground = "#cdd6f4"
corner_radius = 5
progress_bar_corner_radius = 5
corners = top-left,bottom
progress_bar_corners = top-left,bottom-right
offset = (15, 25)
gap_size = 5
format = "<b>󰁕 %a</b>\n%s\n<i>%b</i>"
[urgency_low]
foreground = "#a6e3a1"
frame_color = "#a6e3a1"
default_icon = "~/.config/dunst/icons/bell-badge-low.svg"
[urgency_normal]
foreground = "#74c7ec"
frame_color = "#74c7ec"
default_icon = "~/.config/dunst/icons/bell-badge.svg"
[urgency_critical]
foreground = "#f38ba8"
frame_color = "#f38ba8"
default_icon = "~/.config/dunst/icons/alert-decagram.svg"