diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-30 03:03:50 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-30 03:03:50 -0500 |
| commit | 83318afdb6280e9f0d4aefda22db6f55bc76124b (patch) | |
| tree | 71246933724e9e0d2efd074c0ac8e5001265cf7b /env/.config/dunst | |
| parent | 0574377182f28a8449b1955d287bfa27cfc3fe88 (diff) | |
Squashed commit of the following:
- dusnt theme
- readme fix?
- removed librewolf from laptop backup. takes too long
- wezterm var for wezterm
- use p10kbar only if wezterm var
- removed zsh entry in wezterm and tmux
- moved to librewolf
- backup changes
Diffstat (limited to 'env/.config/dunst')
| -rw-r--r-- | env/.config/dunst/dunstrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/env/.config/dunst/dunstrc b/env/.config/dunst/dunstrc index 0128360..4503410 100644 --- a/env/.config/dunst/dunstrc +++ b/env/.config/dunst/dunstrc @@ -493,3 +493,21 @@ # set_stack_tag = "volume" # # vim: ft=cfg + +[global] +frame_color = "#8aadf4" +separator_color= frame +highlight = "#8aadf4" + +[urgency_low] +background = "#24273a" +foreground = "#cad3f5" + +[urgency_normal] +background = "#24273a" +foreground = "#cad3f5" + +[urgency_critical] +background = "#24273a" +foreground = "#cad3f5" +frame_color = "#f5a97f" |
