Skip to content

samharju/tmux-synthweave-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmux-synthweave-theme

Synthwave '84-inspired theme.

Tmux theme paired for my synthweave-theme for neovim, because I happen to really like the colors.

tmux

Install

TPM

Install with Tmux Plugin Manager, add to .tmux.conf:

set -g @plugin 'samharju/tmux-synthweave-theme'

Manual

Clone project:

$ git clone https://github.com/samharju/tmux-synthweave-theme.git ~/some/path

Execute plugin in your .tmux.conf:

run '~/some/path/tmux-synthweave-theme.tmux'

Settings

Fiddle with settings, these are defaults:

set -g @synthweave_widgets ''
set -g @synthweave_copy_text 'COPY'
set -g @synthweave_time_format '%T'
set -g @synthweave_date_format '%d-%m-%Y'
set -g @synthweave_prefix_text <prefix>  # default is to show what is returned by 'tmux show-option -qgv prefix'
set -g @synthweave_status_left ' #{session_bar}#{sep} #S'
set -g @synthweave_status_right '@#h '
set -g @synthweave_window_status '#I#{sep} #W'
set -g @synthweave_window_status_current '#I#{sep} #W'

Above screenshot uses tmux-cpu widget, with this config:

set -g @cpu_medium_thresh "20"
set -g @cpu_high_thresh "40"
set -g @ram_medium_thresh "10"
set -g @ram_high_thresh "40"
set -g @synthweave_widgets 'C #{cpu_fg_color}#{cpu_percentage}#[default] M #{ram_fg_color}#{ram_percentage}#[default] #{sep}'

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'samharju/tmux-synthweave-theme'
set -g @plugin 'tmux-plugins/tmux-cpu'
run '~/.tmux/plugins/tpm/tpm'

About

Synthwave '84 theme for tmux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages