From f6c8d6aaf63c697ea4b97479c32dcaa8616bc274 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 27 Dec 2024 20:21:06 +0000 Subject: [PATCH] Add slight delay to starting dynamic wallpaper --- system/home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index a7a49a08..d45d5d86 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -149,8 +149,8 @@ "${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" "PASSWORD_STORE_DIR=/dev/null ${pkgs.protonmail-bridge}/bin/protonmail-bridge -n" - "systemctl --user start dynamic-wallpaper.service" - "sleep 5; ${pkgs.dex}/bin/dex -a" + "sleep 5; systemctl --user restart dynamic-wallpaper.service" + "${pkgs.dex}/bin/dex -a" ]; gestures.workspace_swipe = true; general = {