Skip to content

jeircul/tmux-tokyonight-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellcheck

TMUX - Tokyonight theme

tmux-tokyonight-theme Preview

📦 Installation via TPM (recommended)

  1. Add plugin to the list of TPM plugins in .tmux.conf:

    set -g @plugin 'jeircul/tmux-tokyonight-theme'
  2. Use prefixI to install tmux-tokyonight-theme.

  3. When you want to update tmux-tokyonight-theme use prefixU.

📦 Manual Installation
  1. Clone the repo:
    git clone https://github.com/jeircul/tmux-tokyonight-theme ~/.config/tmux/plugins/
  2. Add this line to the bottom of .tmux.conf:
    run-shell ~/.config/tmux/plugins/tmux-tokyonight-theme/tmux-tokyonight-theme.tmux
  3. Use prefixR to Reload TMUX environment

⚙️ Configuration

Widgets
set -g @tokyonight_widgets "#(date +%s)"
  • Once set, these widgets will show on the right.
  • default: empty string.
Time format
set -g @tokyonight_time_format "%I:%M %p"
  • %I - The hour as a decimal number using a 12-hour clock
  • %M - The minute as a decimal number
  • %p - Either "AM" or "PM" according to the given time value.
  • default: %R - The time in 24-hour notation (%H:%M).

Note These modifiers were taken from from strftime manpage.

Date format
set -g @tokyonight_date_format "%D"
  • %D - Equivalent to %m/%d/%y (American format).
  • %m - The month as a decimal number.
  • %d - The day of the month as a decimal number
  • %y - The year as a decimal number without the century.
  • default: %d/%m/%Y - The date in non-American format.

Note These modifiers were taken from from strftime manpage.

🛠️ Issues

Symbols are missing
  • The theme requires Powerline symbols exist and set on your system. Follow these instructions to install them, then update your terminal fonts to use them.
Symbols are corrupted
  • Patched Powerline fonts aren't picked up when $LANG isn't set to en_US. You can change the default locale settings at /etc/default/locale.
Widgets not working
  • Make sure that you put the set -g @plugin 'jeircul/tmux-tokyonight-theme' before other scripts that alter the status line, or they won't be able to pickup the plugin's changes.
True Color

⚖ License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages