From 94231395ac03d284065f57467fcb69d34c5057e9 Mon Sep 17 00:00:00 2001 From: sheptikhinv Date: Fri, 25 Jul 2025 04:38:12 +0500 Subject: [PATCH] add wallpapers to autoload --- hypr/autostart.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hypr/autostart.conf b/hypr/autostart.conf index 197f77e..ec9b86e 100644 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -2,4 +2,7 @@ $statusbar = waybar $statusBarConf = ~/.config/waybar/config.jsonc $statusBarStyle = ~/.config/waybar/style.css +$wallpapers = waypaper + +exec-once = $wallpapers exec-once = $statusbar -c $statusBarConf -s $statusBarStyle