chore(tmux): add tmux-now-playing plugin to see currently playing music

This commit is contained in:
Stefan Imhoff
2021-12-12 10:52:57 +01:00
parent f8f940b4fe
commit 4c1dab9819

View File

@@ -32,7 +32,8 @@ set-window-option -g status-left-length 300
set-window-option -g status-left " #S "
set-window-option -g status-left-style fg=black,bg=white
set-window-option -g status-right " #{battery_icon} #{battery_percentage} %d.%m.%Y %H:%M"
set-window-option -g status-right-length 1000
set-window-option -g status-right " #{battery_icon} #{battery_percentage} #{now_playing} %d.%m.%Y %H:%M"
set-window-option -g status-right-style fg=black,bg=white
set-window-option -g window-status-format " #I: #W"
@@ -105,8 +106,9 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'nhdaly/tmux-scroll-copy-mode'
set -g @plugin 'jbnicolai/tmux-fpp' # f
set -g @plugin 'nhdaly/tmux-scroll-copy-mode'
set -g @plugin 'spywhere/tmux-now-playing'
set -g @plugin 'wfxr/tmux-fzf-url' # u
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)