Add slight delay to starting dynamic wallpaper

This commit is contained in:
Evie Litherland-Smith 2024-12-27 20:21:06 +00:00
parent cc57e16c87
commit f6c8d6aaf6

View file

@ -149,8 +149,8 @@
"${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}" "${config.wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${config.gtk.cursorTheme.name} ${toString config.gtk.cursorTheme.size}"
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1" "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"
"PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n" "PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"
"systemctl --user start dynamic-wallpaper.service" "sleep 5; systemctl --user restart dynamic-wallpaper.service"
"sleep 5; ${pkgs.dex}/bin/dex -a" "${pkgs.dex}/bin/dex -a"
]; ];
gestures.workspace_swipe = true; gestures.workspace_swipe = true;
general = { general = {