mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(tmux): add music information
This commit is contained in:
@@ -60,7 +60,7 @@ set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 300ms -cfg $HOME/.gitmu
|
||||
|
||||
# Bar Right
|
||||
set -g status-right-length 100
|
||||
set -g status-right "#{now_playing} #{pomodoro_status} %H:%M ❬ %d.%m.%Y"
|
||||
set -g status-right "#{now_playing} #{pomodoro_status} "
|
||||
|
||||
# Windows
|
||||
set -g window-status-current-format "#[fg=magenta,bold,bg=default] #I #W "
|
||||
@@ -135,6 +135,8 @@ 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 'spywhere/tmux-now-playing' # , (Pause) . (Stop) ; (Prev) ' (Next)
|
||||
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
|
||||
set -g @plugin 'jbnicolai/tmux-fpp' # f
|
||||
set -g @plugin 'nhdaly/tmux-scroll-copy-mode'
|
||||
set -g @plugin 'wfxr/tmux-fzf-url' # u
|
||||
|
||||
Reference in New Issue
Block a user