diff options
| author | venomade <venomade@venomade.com> | 2026-02-11 11:42:58 +0000 |
|---|---|---|
| committer | venomade <venomade@venomade.com> | 2026-02-11 11:42:58 +0000 |
| commit | 0bd150185551b6d8835d022c15a5f6e832d51113 (patch) | |
| tree | 10bf3f3443df49a44eb47b328b73b7e76b0a4924 /.config/dunst | |
| parent | 8d688d1107c46b6dfdcaf02fa5c9c4c8a4640e65 (diff) | |
Asahi
Soft reset of dotfiles specific to Asahi, Sway and Neovim.
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..7f94795 --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,39 @@ +[global] + width = (200,600) + offset = (24,24) + + progress_bar_min_width = 380 + progress_bar_max_width = 380 + progress_bar_corner_radius = 0 + + padding = 10 + horizontal_padding = 10 + frame_width = 2 + gap_size = 3 + origin = "top-right" + font = "Google Sans 12" + + enable_recursive_icon_lookup = true + corner_radius = 0 + + background = "#000000" + foreground = "#ffffff" + +[urgency_low] + background = "#000000" + highlight = "#ffffff" + frame_color = "#ffffff" + format = "<b><span foreground='#31748f'>%s</span></b>\n%b" + +[urgency_normal] + background = "#000000" + highlight = "#ffffff" + frame_color = "#ffffff" + format = "<b><span foreground='#e0def4'>%s</span></b>\n%b" + +[urgency_critical] + background = "#000000" + highlight = "#ffffff" + frame_color = "#ffffff" + default_icon = "dialog-error" + format = "<b><span foreground='#36263d'>%s</span></b>\n%b" |
