add authentication agent

This commit is contained in:
Kopatz
2023-12-11 12:15:17 +01:00
parent 3350174e8a
commit 5ec0753e5b

View File

@@ -275,10 +275,11 @@ in
exec-once = [
"${pkgs.swww}/bin/swww init; sleep 1;"
"${pkgs.swww}/bin/swww init; sleep 2;"
"${pkgs.swww} img $(ls -d ~/Nextcloud/dinge/Bg/* | shuf -n 1)"
"${pkgs.networkmanagerapplet}/bin/nm-applet --indicator &"
"${pkgs.waybar}/bin/waybar &"
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1 &"
#"${pkgs.dunst}/bin/dunst &"
];
};