mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: Moves preview-stats script into hypr/utils/fzf
This commit is contained in:
2
env/.local/scripts/hypr/workspace-picker
vendored
2
env/.local/scripts/hypr/workspace-picker
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user