From 9c9802171b3a3a239493d1fe6a04f3dc0de00971 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 11 Nov 2023 15:38:15 +0900 Subject: tweak catppuccin waybars, added random wallpaper --- config/hypr/scripts/PywalSwww.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh index 1532878a..3b577d81 100755 --- a/config/hypr/scripts/PywalSwww.sh +++ b/config/hypr/scripts/PywalSwww.sh @@ -17,7 +17,7 @@ for output in "${monitor_outputs[@]}"; do wallpaper_path=$(cat "$cache_file") # Copy the wallpaper to the location Rofi can access - cp "$wallpaper_path" "$HOME/.config/rofi/.current_wallpaper" + ln -sf "$wallpaper_path" "$HOME/.config/rofi/.current_wallpaper" break # Exit the loop after processing the first found monitor output fi -- cgit v1.2.3