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;