1.5 KiB
1.5 KiB
tmux
Install using tpm
If you are a tpm user, you can install the theme and keep up to date by adding the following to your .tmux.conf file:
set -g @plugin 'dracula/tmux'
Activating theme
- Make sure
run -b '~/.tmux/plugins/tpm/tpm'
is at the bottom of your .tmux.conf - Run tmux
- Use the tpm install command:
prefix + I
(default prefix is ctrl+b)
Configuration
Customize the status bar by adding any of these lines to your .tmux.conf as desired:
- Disable battery functionality:
set -g @dracula-show-battery false
- Disable network functionality:
set -g @dracula-show-network false
- Disable weather functionality:
set -g @dracula-show-weather false
- Switch from default fahrenheit to celsius:
set -g @dracula-show-fahrenheit false
- Enable powerline symbols:
set -g @dracula-show-powerline true
- Switch powerline symbols
set -g @dracula-show-left-sep
for left andset -g @dracula-show-right-sep
for right symbol (can set any symbol you like as seperator) - Enable military time:
set -g @dracula-military-time true
- Switch the left smiley icon
set -g @dracula-show-left-icon session
it can acceptsession
,smiley
,window
, or any character. - Enable high contrast pane border:
set -g @dracula-border-contrast true
- Enable cpu usage:
set -g @dracula-cpu-usage true
- Enable ram usage:
set -g @dracula-ram-usage true
- Enable gpu usage:
set -g @dracula-gpu-usage true