added dunst for low bat notifs
This commit is contained in:
30
.config/dunst/dunstrc
Normal file
30
.config/dunst/dunstrc
Normal 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"
|
||||
Reference in New Issue
Block a user