From 1db4aad4a73ec175e3476dbb932c464c8c8e8b1b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 2 Jan 2025 06:02:41 +0000 Subject: [PATCH] Tweak timing for starting dynamic-wallpaper --- system/home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 7d168f32..124b9767 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -165,7 +165,7 @@ "systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORMTHEME" "${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" - "sleep 5; systemctl --user start swww-daemon.service; sleep 5; systemctl --user start dynamic-wallpaper.service" + "sleep 2; systemctl --user start swww-daemon.service; sleep 2; systemctl --user start dynamic-wallpaper.service" "PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n" "${pkgs.dex}/bin/dex -a" ];