feat: Moves preview-stats script into hypr/utils/fzf

This commit is contained in:
2025-10-08 11:31:06 -04:00
parent fd22a4ab4a
commit 4674b132f3
6 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ sel=$(
printf "%s\n" "${rows[@]}" |
fzf --style=full "${fzf_opts[@]}" --delimiter='|' --with-nth=2 \
--preview-label='[ Workspace Stats ]' \
--preview="$SCRIPTS/hypr/preview-stats workspace {1}"
--preview="$SCRIPTS/hypr/utils/fzf/preview-stats workspace {1}"
)
[[ -z $sel ]] && exit 1