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 atomicparsley
Create a symbolic of tym.sh
in your $PATH
and make it executable.
sudo ln -s ~/.tmux/plugins/Artimux/src/tym.sh /usr/local/bin/tym
Just 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 | --help
for help.-r | --repeat
for play the song in repeat mode.-s | --shuffle
for shuffle all songs from directory.
It uses the default keybindings of mpv
, but you can customize it too
q
for quit.m
for mute.p
&Space
for 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 link
set -g @Artimux_show_time "true"
set -g @Artimux_time_format "12HR" # 12HR or 24HR
set -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.