Skip to content

Commit

Permalink
Add tmux2k example configuration to tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Mar 28, 2024
1 parent 7bef7cc commit 4315e8e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,42 @@ set -g @plugin 'christoomey/vim-tmux-navigator'
# set -g @themepack 'powerline/default/cyan'
# set -g @resurrect-capture-pane-contents 'on'
# set -g @continuum-restore 'on'
#
# Start tmux2k configuration
# ==========================
# Install tmux2k with tpm:
# set -g @plugin '2kabhishek/tmux2k'
# Left and right status bar plugins:
# set -g @tmux2k-left-plugins "git cpu ram"
# set -g @tmux2k-right-plugins "battery network time"
# Change refresh rate:
# set -g @tmux2k-refresh-rate 5
# Weather scale:
# set -g @tmux2k-show-fahrenheit false
# 24 hour time:
# set -g @tmux2k-military-time true
# It can accept `session`, 'window`, or any string:
# set -g @tmux2k-start-icon ""
# Network interface to watch:
# set -g @tmux2k-network-name "wlo1"
# Update powerline symbols:
# set -g @tmux2k-right-sep  # alternate right status bar sep
# set -g @tmux2k-win-right-sep  # alternate window right sep
# To disable powerline:
# set -g @tmux2k-show-powerline false
# To customize theme:
# set -g @tmux2k-theme 'onedark'
# To show icons only:
# set -g @tmux2k-icons-only true
# To customize colors:
# set -g @tmux2k-text '#cdcdcd' # change text to white
# set -g @tmux2k-bg-main '#ffffff' # change bg to white
# set -g @tmux2k-yellow '#f8c800' # change yellow color
# To customize plugin colors:
# set -g @tmux2k-[plugin-name]-colors "[background] [foreground]"
# set -g @tmux2k-cpu-colors "blue dark_gray"
# ========================
# End tmux2k configuration

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

0 comments on commit 4315e8e

Please sign in to comment.