Wizzard 9e786b956a | ||
---|---|---|
.. | ||
assets | ||
dot_git | ||
LICENSE | ||
README.md | ||
catppuccin-frappe.tmuxtheme | ||
catppuccin-latte.tmuxtheme | ||
catppuccin-macchiato.tmuxtheme | ||
catppuccin-mocha.tmuxtheme | ||
dot_editorconfig | ||
empty_dot_gitignore | ||
executable_catppuccin.tmux |
README.md
Catppuccin for Tmux
Themes
Usage
TPM
- Install TPM
- Add the Catppuccin plugin:
set -g @plugin 'catppuccin/tmux'
# ...alongside
set -g @plugin 'tmux-plugins/tpm'
- (Optional) Set your preferred flavour, it defaults to
"mocha"
:
set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha
Manual
- Copy your desired theme's configuration contents into your Tmux config (usually stored at
~/.tmux.conf
) - Reload Tmux by either restarting the session or reloading it with
tmux source-file ~/.tmux.conf
Configuration options
All flavours support certain levels of customization that match our Catppuccin Style Guide. To add these customizations, add any of the following options to your Tmux configuration.
In order to have the correct icons displayed please use your favorite nerd fonts patched font.
Enable window tabs
By default, the theme places the window-status
in the status-right
. With
@catppuccin_window_tabs_enabled
set to on
, the theme will place the
directory within the status-right
and move the window names to the
window-status
format variables.
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs
Configure separator
By default, the theme will use a round separator for left and right.
To overwrite it use @catppuccin_left_separator
and @catppuccin_right_separator
set -g @catppuccin_left_separator "█"
set -g @catppuccin_right_separator "█"
Enable DateTime
By default, the date_time
componenet is set to off.
It can be enabled by specifing any tmux date and time format.
set -g @catppuccin_date_time "%Y-%m-%d %H:%M"
Enable User
By default, the user
componenet is set to off.
It can be enabled by toggoling it on.
set -g @catppuccin_user "on"
Enable Host
By default, the host
componenet is set to off.
It can be enabled by toggoling it on.
set -g @catppuccin_host "on"
💝 Thanks to
Copyright © 2021-present Catppuccin Org