From a9ccb0d475c373e1218919428c9e4a0f05a20050 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 31 Oct 2024 11:32:41 +0100 Subject: set dunst colortheme --- common/home/services/dunst/default.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'common/home/services') diff --git a/common/home/services/dunst/default.nix b/common/home/services/dunst/default.nix index a8321f2..28438e0 100644 --- a/common/home/services/dunst/default.nix +++ b/common/home/services/dunst/default.nix @@ -1,4 +1,22 @@ { ... }: { enable = true; + settings = { + global = { + width = 300; + height = 300; + offset = "30x30"; + origin = "top-right"; + transparency = 0; + frame_color = "#b16286"; + corner_radius = 5; + font = "SauceCodePro NF 9"; + }; + + urgency_normal = { + background = "#282828"; + foreground = "#ebdbb2"; + timeout = 10; + }; + }; } -- cgit v1.2.3-70-g09d2