chore(tmux): remove music plugin

This commit is contained in:
Stefan Imhoff
2021-12-14 12:11:13 +01:00
parent 5010337ee2
commit 93c4ea921a

View File

@@ -32,8 +32,7 @@ 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-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 " #{battery_icon} #{battery_percentage} %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"
@@ -108,7 +107,6 @@ set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'tmux-plugins/tmux-yank'
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)