A clean dark transparent theme for tmux which respects your default terminal background, inspired by janoamaral/tokyo-night-tmux. I just added some widgets and YouTube Music integration.
Add the plugin to the list of TPM plugins in .tmux.conf:
set -g @plugin 'tribhuwan-kumar/Artimux'A simple shell application for streaming YouTube Music in the terminal.
For Arch Linux:
pacman -S jq mpv yt-dlp openbsd-netcat atomicparsleyCreate a symbolic of tym.sh in your $PATH and make it executable.
sudo ln -s ~/.tmux/plugins/Artimux/src/tym.sh /usr/local/bin/tymJust run tym along with the song name you want to play, It will search for that song in ~/Music/tym directory, If the song is not found, then
it will search on YouTube and play it.
-h | --helpfor help.-r | --repeatfor play the song in repeat mode.-s | --shufflefor shuffle all songs from directory.
It uses the default keybindings of mpv, but you can customize it too
qfor quit.mfor mute.p&Spacefor play/pause.&for seek backward and forward.<&>for playing next and previous song in shuffle mode.
set -g @Artimux_show_netspeed "true"
set -g @Artimux_netspeed_iface "wlan0" # your network interface, find with ip linkset -g @Artimux_show_time "true"
set -g @Artimux_time_format "12HR" # 12HR or 24HRset -g @Artimux_show_battery "true"set variables values "false" to disable the widget, Remember to restart the tmux after changing values.
For status bar numbers customization see
- Enabled by default, dynamically shows the current playing song in cmus.
- Same as CMUS widget, but for TYM.
- Enabled by default
- Shows the current git branch and status of the repository. so you won't forget to commit, pull or push.