From 1be71bbda328d4658ebac27d9f2dbe5892d0ff02 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:01:00 +0100 Subject: [PATCH] add dunst config --- modules/graphical/hyprland.nix | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/modules/graphical/hyprland.nix b/modules/graphical/hyprland.nix index 0dd4d2b..945517f 100644 --- a/modules/graphical/hyprland.nix +++ b/modules/graphical/hyprland.nix @@ -279,7 +279,7 @@ in "${pkgs.swww} img $(ls -d ~/Nextcloud/dinge/Bg/* | shuf -n 1)" "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator &" "${pkgs.waybar}/bin/waybar &" - "${pkgs.dunst}/bin/dunst &" + #"${pkgs.dunst}/bin/dunst &" ]; }; extraConfig = let @@ -314,6 +314,26 @@ in submap = reset ''; }; + services.dunst = { + enable = true; + settings = { + global = { + width = "(0,1000)"; + height = "1000"; + offset = "10x50"; + origin = "top-right"; + transparency = -1; + frame_color = "#1a1c1b"; + font = "Monospace 8"; + }; + + urgency_normal = { + background = "#1a1c1b"; + foreground = "#eceff1"; + timeout = 10; + }; + }; + }; programs.waybar = { enable = true; #systemd.enable = true;