diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-27 17:41:30 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-27 17:41:30 +0100 |
| commit | 088015c62ca91f6253f8607fd55eb2f6f14085e5 (patch) | |
| tree | c0d5e86710e5fe3df4f11260b4f58b27d032fdd9 /common/home/services/dunst | |
| parent | 23dc7330b8ef7476eec432a3274f40b757254a37 (diff) | |
2026-03-27 updates by auto-switch
Diffstat (limited to 'common/home/services/dunst')
| -rw-r--r-- | common/home/services/dunst/default.nix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/common/home/services/dunst/default.nix b/common/home/services/dunst/default.nix index 28438e0..63ff585 100644 --- a/common/home/services/dunst/default.nix +++ b/common/home/services/dunst/default.nix @@ -7,10 +7,19 @@ height = 300; offset = "30x30"; origin = "top-right"; - transparency = 0; - frame_color = "#b16286"; + transparency = 5; + frame_color = "#3c3836"; + frame_width = 1; corner_radius = 5; font = "SauceCodePro NF 9"; + follow = "mouse"; + + progress_bar_height = 5; + progress_bar_corner_radius = 4; + progress_bar_frame_width = 1; + progress_bar_frame_color = "#3c3836"; + + highlight = "#ebdbb2"; }; urgency_normal = { |