From 900431d522356f32f11fd98347217ad1822439e9 Mon Sep 17 00:00:00 2001 From: Harzo Date: Fri, 26 May 2023 15:52:05 +0200 Subject: [PATCH] Use ~/.wallpapers for random-wallpaper script --- .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 739a799..1deaf29 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 15 ~/Pictures/Wallpapers & +exec-once = ~/.scripts/system/random-wallpaper 15 ~/.wallpapers &