diff options
| author | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
| commit | 26694e09e8f5bf2262737312e7ad217118db20de (patch) | |
| tree | ca55eee2f8c5106c61e747979780d6f393fd24c9 /wallust/templates/dunstrc | |
| parent | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff) | |
| download | dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip | |
switching to yadm
Diffstat (limited to 'wallust/templates/dunstrc')
| -rw-r--r-- | wallust/templates/dunstrc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/wallust/templates/dunstrc b/wallust/templates/dunstrc deleted file mode 100644 index 68585bc..0000000 --- a/wallust/templates/dunstrc +++ /dev/null @@ -1,22 +0,0 @@ -[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}}" |