Great tmux theme.
Go to file
2021-07-21 12:56:24 +02:00
assets Resolve #4, double bar 2021-07-21 09:27:29 +02:00
scripts Resolve #4, double bar 2021-07-21 09:27:29 +02:00
.editorconfig Resolve #1, starting point 2021-07-16 15:49:18 +02:00
License Resolve #2, documentation 2021-07-19 10:49:25 +02:00
nova.tmux Resolve #1, starting point 2021-07-16 15:49:18 +02:00
Readme.md Resolve #5, documentation 2021-07-21 12:56:24 +02:00

screenshot

Installation

Tmux Plugin Manager

Add this line in your .tmux.conf

set -g @plugin 'o0th/tmux-nova'

Hit Prefix + I to fetch the plugin and source it.

Manual

Clone the repository

git clone git@github.com:o0th/tmux-nova.git ~/.tmux/plugins/tmux-nova

Add this line in your .tmux.con

run-shell ~/.tmux/plugins/tmux-nova/nova.tmux

Reload TMUX

tmux source-file ~/.tmux.conf

Customizations

Themes

# one of: "dracula", "nord"; default: "dracula"
set -g @nova-theme "dracula"

Justify

# one of: "left", "right", "centre", "absolute-centre"; default: "left"
set -g @nova-status-justify "left"

Double

# one of: true, false; default: true
set -g @nova-double true

Plugins

# list from: "mode", "whoami", "spotify", "cpu", "gpu"
# default configuration:
set -g @nova-status-left-plugins "mode whoami"
set -g @nova-status-right-plugins ""
set -g @nova-status-bottom-left-plugins "spotify"
set -g @nova-status-bottom-right-plugins "cpu gpu"

mode

# Change colors background foreground
set -g @nova-plugins-mode-colors "#8be9fd #282a36"

whoami

# Change colors background foreground
set -g @nova-plugins-whoami-colors "#8be9fd #282a36"

spotify

Requirements: pwittchen/spotify-cli-linux

# Change colors background foreground
set -g @nova-plugins-cpu-colors "#282a36 #f8f8f2"

cpu

Requirements: tmux-plugins/tmux-cpu

# Change colors background foreground
set -g @nova-plugins-cpu-colors "#282a36 #f8f8f2"

gpu

Requirements: tmux-plugins/tmux-cpu

# Change colors background foreground
set -g @nova-plugins-cpu-colors "#282a36 #f8f8f2"