From 2478c4b2ffc48e25035e5fd0b99751996469c1ce Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 11 Apr 2019 09:29:49 -0700 Subject: activate dunst notifier --- linux.nix | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'linux.nix') diff --git a/linux.nix b/linux.nix index 23f4b5a..f712844 100644 --- a/linux.nix +++ b/linux.nix @@ -118,8 +118,31 @@ in ''; }; - taffybar = { - enable = false; + dunst = { + enable = true; + settings = { + global = { + geometry = "320x5-10+30"; # span entire top bar + transparency = 0; + frame_color = colors."${theme}".highlight; + frame_width = 3; # same as xmonad border + separator_color = "frame"; + font = "Fira Sans"; + background = colors."${theme}".background; + foreground = colors."${theme}".foreground; + padding = 10; + horizontal_padding = 10; + word_wrap = "yes"; + markup = "full"; + format = "%s\\n%b\\n"; + }; + + urgency_normal = { + background = colors."${theme}".background; + foreground = colors."${theme}".foreground; + timeout = 10; + }; + }; }; redshift = { -- cgit v1.2.3