1
0
Fork 0

track dunstrc

This commit is contained in:
Pratham Patel 2023-01-13 19:18:49 +05:30
parent 8d9effb704
commit ce505981ea
1 changed files with 55 additions and 0 deletions

55
.config/dunst/dunstrc Normal file
View File

@ -0,0 +1,55 @@
[global]
monitor = 0
follow = none
notification_limit = 0
origin = top-center
vertical_alignment = center
progress_bar = true
progress_bar_horizontal_alignment = center
progress_bar_height = 20
alignment = center
indicate_hidden = true
stack_duplicates = true
transparency = 20
gap_size = 4
separator_height = 4
sort = true
show_age_threshold = 60
idle_threshold = 30
font = Overpass Mono 12
corner_radius = 20
icon_theme = Adwaita
icon_position = center
min_icon_size = 32
max_icon_size = 64
enable_recursive_icon_lookup = true
show_indicators = true
[urgency_low]
background = "#222222"
foreground = "#888888"
timeout = 0
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
timeout = 0
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
frame_color = "#ff0000"
timeout = 0