mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
11 lines
259 B
Bash
Executable File
11 lines
259 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Launches jellyfin-tui in a new ghostty terminal.
|
|
# USAGE: $ music
|
|
|
|
SCRIPTS=${SCRIPTS:-"$HOME/.local/scripts"}
|
|
|
|
"$SCRIPTS"/hypr/launch --special music \
|
|
com.ghostty.music \
|
|
uwsm app -- ghostty --class=com.ghostty.music -e jellyfin-tui
|