summaryrefslogtreecommitdiff
path: root/common/home/services
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/services')
-rw-r--r--common/home/services/dunst/default.nix13
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 = {