Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ walt

- `walt gui`
- native desktop window
- larger visual preview
- toggle between list and gallery browsing
- better for pointer-driven browsing and dialogs
- toolbar button and `u` shortcut for direct image downloads

Expand Down Expand Up @@ -177,14 +177,16 @@ Debug logs are written to `~/.cache/walt/logs/walt.log`. Use `WALT_LOG=debug` to

Walt ships with a native `egui` desktop interface alongside the original TUI. The GUI keeps the same core capabilities as the terminal app:

- wallpaper browsing and large preview
- wallpaper browsing in list or gallery view
- multi-display apply flows
- random wallpaper actions
- direct image URL download-and-save flow
- rotation service controls
- wallpaper path management
- uninstall flow

Gallery mode keeps the All and Rotation lists as tabs at the top of the browser, and you can switch between those tabs with `[` and `]`.

If you do not have a graphical session available, `walt gui` exits with a clear error and you can still use `walt` for the terminal interface.

The GUI folder picker uses your Linux desktop portal or native dialog backend. On Hyprland, install a matching XDG desktop portal backend such as `xdg-desktop-portal-gtk` or `xdg-desktop-portal-kde` if folder selection does not appear.
Expand Down
Loading