-
Notifications
You must be signed in to change notification settings - Fork 112
NowPlaying widget
Alejandro Amaral edited this page Apr 8, 2024
·
1 revision
A Now playing widget with support for multiple players through playerctl or nowplaying-cli.
Features:
- Media title
- Progress bar
- Media duration and current position
- On Linux systems playerctl
- On macOS nowplaying-cli
This widget is enabled by default. To change the visibility add this to your .tmux.conf
file
set -g @tokyo-night-tmux_show_music 0 # use 0 to disable
set -g @tokyo-night-tmux_show_music 1 # or use 1 to enable