kanagawa theme for tmux
This commit is contained in:
@ -29,14 +29,23 @@ set -s escape-time 0
|
|||||||
set -g @tpm_plugins ' \
|
set -g @tpm_plugins ' \
|
||||||
tmux-plugins/tpm \
|
tmux-plugins/tpm \
|
||||||
tmux-plugins/tmux-sensible \
|
tmux-plugins/tmux-sensible \
|
||||||
jimeh/tmux-themepack \
|
|
||||||
tmux-plugins/tmux-resurrect \
|
tmux-plugins/tmux-resurrect \
|
||||||
tmux-plugins/tmux-continuum \
|
tmux-plugins/tmux-continuum \
|
||||||
tmux-plugins/tmux-yank \
|
tmux-plugins/tmux-yank \
|
||||||
|
Nybkox/tmux-kanagawa \
|
||||||
'
|
'
|
||||||
|
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
set -g @continuum-save-interval '60'
|
set -g @continuum-save-interval '60'
|
||||||
|
|
||||||
|
set -g @kanagawa-ignore-window-colors true
|
||||||
|
|
||||||
|
set -g @kanagawa-plugins "ssh-session time"
|
||||||
|
set -g @kanagawa-show-battery false
|
||||||
|
set -g @kanagawa-day-month true
|
||||||
|
set -g @kanagawa-show-timezone false
|
||||||
|
set -g @kanagawa-time-format "%R"
|
||||||
|
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user