No description
Find a file
2023-05-12 11:40:07 +02:00
assets Add table of contents, description and screenshots for status line themes 2023-04-17 14:26:26 +02:00
src Extra space removed 2023-05-12 11:40:07 +02:00
.editorconfig chore: update .editorconfig 2022-09-27 02:41:54 +02:00
.gitignore fix: allow it to work on read-only filesystems 2023-01-04 14:03:36 +03:00
catppuccin-frappe.tmuxtheme Refactor the theme selection; 2022-11-23 19:32:19 -05:00
catppuccin-latte.tmuxtheme Refactor the theme selection; 2022-11-23 19:32:19 -05:00
catppuccin-macchiato.tmuxtheme Refactor the theme selection; 2022-11-23 19:32:19 -05:00
catppuccin-mocha.tmuxtheme Refactor the theme selection; 2022-11-23 19:32:19 -05:00
catppuccin.tmux Add status line themes 2023-04-17 12:24:47 +02:00
LICENSE Initial commit 2021-11-06 22:51:38 -05:00
README.md Add table of contents, description and screenshots for status line themes 2023-04-17 14:26:26 +02:00

Logo
Catppuccin for Tmux

Content

  1. Themes
  2. Installation
  3. Status line themes
    1. Default
    2. Pill
    3. Powerline
    4. Powerline with icons
    5. No patched fonts
  4. Configuration options
    1. Enable window tabs
    2. Configure separators
    3. Enable date and time
    4. Enable user
    5. Enable host

Themes

Installation

In order to have the icons displayed correctly please use / update your favorite patched font. If you do not have patched font installed, you can use the No patched fonts status line theme.

TPM

  1. Install TPM
  2. Add the Catppuccin plugin:
set -g @plugin 'catppuccin/tmux'
# ...alongside
set -g @plugin 'tmux-plugins/tpm'
  1. (Optional) Set your preferred flavour, it defaults to "mocha":
set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha

Manual

  1. Copy your desired theme's configuration contents into your Tmux config (usually stored at ~/.tmux.conf)
  2. Reload Tmux by either restarting the session or reloading it with tmux source-file ~/.tmux.conf

Status line themes

Default

Default

With window tabs option enabled

Default with wt enabled

Pill shape

set -g @catppuccin_pill_theme_enabled on

Pill shape

Powerline

set -g @catppuccin_powerline_theme_enabled on
set -g @catppuccin_l_left_separator ""
set -g @catppuccin_l_right_separator ""
set -g @catppuccin_r_left_separator ""
set -g @catppuccin_r_right_separator ""

Powerline

Powerline with icons

set -g @catppuccin_powerline_icons_theme_enabled on
set -g @catppuccin_l_left_separator ""
set -g @catppuccin_l_right_separator ""
set -g @catppuccin_r_left_separator ""
set -g @catppuccin_r_right_separator ""

Powerline with icons

No patched fonts

set -g @catppuccin_no_patched_fonts_theme_enabled on

No patched fonts

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.

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. To overwrite it use @catppuccin_l_left_separator, @catppuccin_l_right_separator for left status / window tabs and @catppuccin_r_left_separator, @catppuccin_r_right_separator for right status.

With the default status line theme

set -g @catppuccin_l_right_separator "█"
set -g @catppuccin_r_left_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 toggling it on.

set -g @catppuccin_user "on"

Enable Host

By default, the host componenet is set to off. It can be enabled by toggling it on.

set -g @catppuccin_host "on"

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org