add dunst config

This commit is contained in:
Kopatz
2023-12-10 18:01:00 +01:00
parent 01a9a8473f
commit 1be71bbda3

View File

@@ -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;