diff options
Diffstat (limited to '.config/wallust/templates/dunstrc')
| -rw-r--r-- | .config/wallust/templates/dunstrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/wallust/templates/dunstrc b/.config/wallust/templates/dunstrc new file mode 100644 index 0000000..68585bc --- /dev/null +++ b/.config/wallust/templates/dunstrc @@ -0,0 +1,22 @@ +[global] +horizontal_padding = 12 +frame_width = 3 +font = LilexNerdFont 16 +icon_theme = Papyrus +corner_radius = 16 + +frame_color = "{{color11}}" +separator_color= frame + +[urgency_low] +background = "{{background}}" +foreground = "{{foreground}}" + +[urgency_normal] +background = "{{background}}" +foreground = "{{foreground}}" + +[urgency_critical] +background = "{{color11}}" +foreground = "{{background}}" +frame_color = "{{color3}}" |