Skip to content
Open
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
1 change: 1 addition & 0 deletions bin/omarchy-install-preinstalls
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if gum confirm "Are you sure you want to restore all preinstalled web apps, TUI
if ! omarchy-pkg-add \
aether \
cliamp \
xytz \
libreoffice-fresh \
xournalpp \
pinta \
Expand Down
1 change: 1 addition & 0 deletions bin/omarchy-remove-preinstalls
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if gum confirm "Are you sure you want to remove all preinstalled web apps, TUI w
omarchy-pkg-drop \
aether \
cliamp \
xytz \
libreoffice-fresh \
xournalpp \
pinta \
Expand Down
1 change: 1 addition & 0 deletions default/hypr/bindings/applications.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if o.preinstalled_bindings_enabled() then
o.bind("SUPER + SHIFT + M", "Music", { omarchy = "spotify" })
o.bind("SUPER + SHIFT + ALT + M", "Music TUI", { tui = "cliamp", focus = true })
o.bind("SUPER + SHIFT + D", "Docker", { tui = "omarchy-launch-docker-tui" })
o.bind("SUPER + SHIFT + ALT + Y", "YouTube TUI", { tui = "xytz", focus = true })
o.bind("SUPER + SHIFT + G", "Signal", { omarchy = "signal" })
o.bind("SUPER + SHIFT + O", "Obsidian", { launch = "obsidian", focus = "^obsidian$" })
o.bind("SUPER + SHIFT + W", "Omawrite", { launch = "omawrite" })
Expand Down
1 change: 1 addition & 0 deletions install/omarchy-base.packages
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,6 @@ xournalpp
yaru-icon-theme
yay
yt-dlp
xytz
zbar
zoxide
1 change: 1 addition & 0 deletions manual/07-hotkeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ You can see all the main keyboard bindings with `Super + K` (Tmux bindings with
| `Super + Shift + X` | X |
| `Super + Shift + Alt + X` | X Compose |
| `Super + Shift + Y` | YouTube |
| `Super + Shift + Alt + Y` | YouTube TUI (xytz) |

Change/add bindings in `~/.config/hypr/bindings.lua`.

Expand Down
4 changes: 4 additions & 0 deletions manual/21-tuis.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ When the drive fills up and you have no idea what's eating it, launch _Disk Usag

[Cliamp](https://www.cliamp.stream/) is a retro terminal music player inspired by Winamp 2.x, complete with built-in radio stations for lo-fi beats. Launch it with `Super + Shift + Alt + M`, or from the Omarchy menu under _Apps_. Press `?` for the full keybinding list.

## xytz

[xytz](https://github.com/xdagiz/xytz) is a terminal YouTube player and downloader built on Bubble Tea, with Vim-style navigation, thumbnail previews, playlist support, and a download queue. It streams via `mpv` and searches through `yt-dlp`. Launch it with `Super + Shift + Alt + Y`, or from the Omarchy menu under _Apps_. Press `?` for the full keybinding list.

## What about Wi-Fi and Bluetooth?

You won't find TUIs for Wi-Fi and Bluetooth — those jobs belong to the Omarchy shell. Click the Wi-Fi icon in the top bar (or hit `Super + Ctrl + W`) to see networks and connect, and click the Bluetooth icon (or hit `Super + Ctrl + B`) to pair and connect devices. See [networking](35-networking.md) for the full story.
Expand Down