Skip to content

Commit

Permalink
minor : if no wallust then only refresh invokes wallust
Browse files Browse the repository at this point in the history
  • Loading branch information
sandptel committed Dec 15, 2024
1 parent bc1f0fb commit b529031
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/hypr/scripts/Refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ swaync > /dev/null 2>&1 &
# relaunch ags
ags &

${SCRIPTSDIR}/WallustSwww.sh
#if not already running then only launch wallust again....
if ! pgrep .wallust-wrappe > /dev/null; then
# Relaunch wallust
${SCRIPTSDIR}/WallustSwww.sh
fi

# Relaunching rainbow borders if the script exists
# sleep 1
Expand Down

0 comments on commit b529031

Please sign in to comment.