diff --git a/tmux.conf b/tmux.conf index 1174315..1144299 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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)