Inactive | Active |
---|---|
Add plugin to the list of TPM
plugins in .tmux.conf
:
set -g @plugin 'fabioluciano/tmux-tokyo-night'
Hit prefix + I to fetch the plugin and source it. You can now use the plugin.
Configuration | Description | Avaliable Options | Default |
---|---|---|---|
@theme_variation |
The tokyo night theme variation to be use | night , storm , moon |
night |
@theme_enable_icons |
Switch icons in window list and plugins | 1 , 0 |
1 |
@theme_active_pane_border_style |
|||
@theme_left_separator |
|||
@theme_right_separator |
|||
@theme_window_with_activity_style |
|||
@theme_status_bell_style |
|||
@theme_plugins |
datetime , weather , playerctl |
datetime,weather |
|
@theme_disable_plugins |
Disables plugins | 1, 0 | 0 |
Prints informations about the current date and time.
Configuration | Description | Avaliable Options | Default |
---|---|---|---|
@theme_plugin_datetime_icon |
|||
@theme_plugin_datetime_accent_color |
|||
@theme_plugin_datetime_accent_color_icon |
|||
@theme_plugin_datetime_format |
Prints informations about the current weather. It uses
jq
to parse the response. Make shure to have it;
Configuration | Description | Avaliable Options | Default |
---|---|---|---|
@theme_plugin_weather_icon |
|||
@theme_plugin_weather_accent_color |
|||
@theme_plugin_weather_accent_color_icon |
|||
@theme_plugin_weather_format |
Prints informations about the current song playing. Does not work in
MacOS
, because it usesMPRIS
, and is only available inLinux
.
Configuration | Description | Avaliable Options | Default |
---|---|---|---|
@theme_plugin_playerctl_icon |
|||
@theme_plugin_playerctl_accent_color |
|||
@theme_plugin_playerctl_accent_color_icon |
|||
@theme_plugin_playerctl_format |
tmux.conf
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-logging'
set -g @plugin 'fabioluciano/tmux-tokyo-night'
### Tokyo Night Theme configuration
set -g @theme_variation 'moon'
set -g @theme_left_separator ''
set -g @theme_right_separator ''
run '~/.tmux/plugins/tpm/tpm'