Skip to content

feat: Add preview loop mode#30

Open
GazzD wants to merge 1 commit intom3tozz:mainfrom
GazzD:feature/add-preview-loop-mode
Open

feat: Add preview loop mode#30
GazzD wants to merge 1 commit intom3tozz:mainfrom
GazzD:feature/add-preview-loop-mode

Conversation

@GazzD
Copy link
Copy Markdown

@GazzD GazzD commented Apr 12, 2026

Problem

The current preview flow requires too many steps to browse themes:

  1. Press [P] to enter preview
  2. Enter a theme number
  3. After viewing, get sent back to the main menu
  4. Repeat from step 1 to see another theme

This makes it tedious to compare themes before committing to one.

Solution

Replace the single-shot preview with a persistent preview loop mode that stays active until the user explicitly exits it.

New flow:

  1. Press [P] from any theme menu (Small, Large or Visuals)
  2. A preview menu appears listing all available themes with their numbers
  3. Type a number → theme is previewed via fastfetch --config
  4. After viewing, you're back in the preview menu (ready to pick the next one)
  5. Press [Q] to exit preview mode and return to the main menu

Visuals-Themes extra: the image protocol (kitty, iterm, etc.) is asked once on entering preview mode. Press [C] at any point to change it without leaving the preview loop.

Files changed

  • Small-Themes/start.sh
  • Large-Themes/start.sh
  • `Visuals-Themes/start.sh
image

Replace single-shot preview with a looping preview mode:
- Press [P] to enter preview mode
- Type any theme number to preview it without leaving the mode
- Type another number immediately to see the next theme
- [Q] to exit preview mode and return to the main menu
- Visuals-Themes: protocol is asked once on entry, [C] to change it

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Simplify borders

Fix visual theme

Fix visual theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant