display spotify song info in tmux
This commit is contained in:
parent
570ea1689e
commit
c22188f54c
5 changed files with 85 additions and 58 deletions
|
|
@ -35,10 +35,10 @@ set -g status-style fg=#9d7cd8,bg=#16161e
|
|||
set-window-option -g window-status-current-style bg=#3e3158
|
||||
set -g status-position top
|
||||
set -g status-interval 10
|
||||
set -g status-left "#( ~/tmux_left.sh )"
|
||||
set -g status-left-length 60
|
||||
set -g status-left ' Remember tmux layer'
|
||||
set -g status-justify centre
|
||||
set -g status-right "#( ~/tmux.sh )"
|
||||
set -g status-right "#( ~/tmux_right.sh )"
|
||||
set -g status-right-length 60
|
||||
|
||||
# Get good colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue