mirror of
https://github.com/o0th/tmux-nova.git
synced 2026-09-10 07:16:28 -04:00
| assets | ||
| scripts | ||
| .editorconfig | ||
| License | ||
| nova.tmux | ||
| Readme.md | ||
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"