From 88e7a69ccfd49c92497190c00394f8719afdb2fd Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Thu, 12 Mar 2026 21:47:15 +0100 Subject: [PATCH] - replacing hyprpaper with wpaperd --- .config/wpaperd/wallpaper.toml | 4 ++++ bin/startup.sh | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .config/wpaperd/wallpaper.toml diff --git a/.config/wpaperd/wallpaper.toml b/.config/wpaperd/wallpaper.toml new file mode 100644 index 0000000..36109f9 --- /dev/null +++ b/.config/wpaperd/wallpaper.toml @@ -0,0 +1,4 @@ +[default] +path = "/home/thierry/Pictures/Wallpapers/" +duration = "30m" +sorting = "ascending" diff --git a/bin/startup.sh b/bin/startup.sh index eeb7b13..c008202 100755 --- a/bin/startup.sh +++ b/bin/startup.sh @@ -12,7 +12,8 @@ blueman-applet & copyq --start-server & #easyeffects -w & feishin & -hyprpaper & +#hyprpaper & +wpaperd & localsend --hidden & mangohud steam -silent & nextcloud --background &