diff options
Diffstat (limited to 'home-config')
-rwxr-xr-x | home-config/hypr/wallpaper-daemon.sh | 1 | ||||
-rw-r--r-- | home-config/nix-home-manager/home.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/home-config/hypr/wallpaper-daemon.sh b/home-config/hypr/wallpaper-daemon.sh index 5f53d33..83c5229 100755 --- a/home-config/hypr/wallpaper-daemon.sh +++ b/home-config/hypr/wallpaper-daemon.sh | |||
@@ -1,7 +1,6 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | # Script initialization | 3 | # Script initialization |
4 | rm /tmp/$USER-desktop-anim | ||
5 | # Check if animated wallpapers exist, set env var if so | 4 | # Check if animated wallpapers exist, set env var if so |
6 | # Sleep for swww init to finish | 5 | # Sleep for swww init to finish |
7 | sleep 3 | 6 | sleep 3 |
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 9380dcd..59eab88 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -38,6 +38,7 @@ | |||
38 | hyprpicker | 38 | hyprpicker |
39 | wl-clip-persist | 39 | wl-clip-persist |
40 | gifski | 40 | gifski |
41 | waypaper | ||
41 | 42 | ||
42 | # # It is sometimes useful to fine-tune packages, for example, by applying | 43 | # # It is sometimes useful to fine-tune packages, for example, by applying |
43 | # # overrides. You can do that directly here, just don't forget the | 44 | # # overrides. You can do that directly here, just don't forget the |