Skip to content

Commit

Permalink
became messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
sandptel committed Dec 15, 2024
1 parent 87ca9e1 commit 6c04a71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/hypr/UserScripts/WallpaperRandom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration
swww query || swww-daemon --format xrgb && swww img -o $focused_monitor "${RANDOMPICS}" $SWWW_PARAMS

# Run additional scripts
"${scriptsDir}/WallustSwww.sh"
"${scriptsDir}/Refresh.sh"
${scriptsDir}/WallustSwww.sh
${scriptsDir}/Refresh.sh

exit 0
4 changes: 3 additions & 1 deletion config/hypr/scripts/Refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ done
ags -q

#Restart waybar
sleep 0.3
killall .waybar-wrapped
sleep 0.3
waybar &

# relaunch swaync
Expand All @@ -46,6 +46,8 @@ ags &
# ${SCRIPTSDIR}/WallustSwww.sh
# fi

${SCRIPTSDIR}/WallustSwww.sh

# Relaunching rainbow borders if the script exists
# sleep 1
# if file_exists "${UserScripts}/RainbowBorders.sh"; then
Expand Down

0 comments on commit 6c04a71

Please sign in to comment.