From efb736018667025a4dac9741078c49fc672d2c84 Mon Sep 17 00:00:00 2001 From: Harzo Date: Fri, 26 May 2023 13:30:07 +0200 Subject: [PATCH] Adjust random-wallpaper script call in autostart --- .config/hypr/conf.d/autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/conf.d/autostart.conf b/.config/hypr/conf.d/autostart.conf index 66dfdb9..739a799 100644 --- a/.config/hypr/conf.d/autostart.conf +++ b/.config/hypr/conf.d/autostart.conf @@ -7,4 +7,4 @@ exec-once = swayidle -w & exec-once = wl-paste -t text --watch clipman store --no-persist & exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP & -exec-once = ~/.scripts/system/random-wallpaper & +exec-once = ~/.scripts/system/random-wallpaper 15 ~/Pictures/Wallpapers &