summaryrefslogtreecommitdiff
path: root/common/home/services
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-03-27 18:37:41 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2026-03-27 18:37:41 +0100
commitabee6b29a4294de646a2aba8121f6a0795ecd78d (patch)
treeafc0fd0b22baca79d50f6d1b03aa4dea9200324f /common/home/services
parent3f48058a10ed742fe9e3be8076282574dc0332ff (diff)
2026-03-27 updates by auto-switch
Diffstat (limited to 'common/home/services')
-rw-r--r--common/home/services/dunst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/home/services/dunst/default.nix b/common/home/services/dunst/default.nix
index 63ff585..b95ec73 100644
--- a/common/home/services/dunst/default.nix
+++ b/common/home/services/dunst/default.nix
@@ -17,13 +17,13 @@
progress_bar_height = 5;
progress_bar_corner_radius = 4;
progress_bar_frame_width = 1;
- progress_bar_frame_color = "#3c3836";
+ progress_bar_frame_color = "#7c6f64";
highlight = "#ebdbb2";
};
urgency_normal = {
- background = "#282828";
+ background = "#3c3836";
foreground = "#ebdbb2";
timeout = 10;
};