An open API service indexing awesome lists of open source software.

https://github.com/windvalley/tmux-show-colorscheme

For windvalley/dotfiles.
https://github.com/windvalley/tmux-show-colorscheme

Last synced: about 1 month ago
JSON representation

For windvalley/dotfiles.

Awesome Lists containing this project

README

          

# tmux-show-colorscheme

Only fit for `windvalley/dotfiles`

## Description

It will show current colorscheme and font of Alacritty in tmux status bar.

## Usage

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

```text
set -g @plugin 'vimhack/tmux-show-colorscheme#main'
```

Hit `prefix + I` to fetch the plugin and source it.

`#{current_colorscheme}`, `#{current_opacity}`, `#{current_font}`, `#{current_font_size}`
and `#{current_font_style}` interpolation should now work.

Add `#{current_colorscheme}`, `#{current_opacity}`, `#{current_font}`, `#{current_font_size}`,
`#{current_font_style}` format string to your existing status-right tmux option.