diff --git a/sources/tmux/.tmux.conf b/sources/tmux/.tmux.conf index 640c48b..5da678c 100644 --- a/sources/tmux/.tmux.conf +++ b/sources/tmux/.tmux.conf @@ -81,12 +81,35 @@ set -g @plugin 'tmux-plugins/tpm' # Tmux plugin to navigate easily between session set -g @plugin 'tmux-plugins/tmux-sessionist' -# Tmux Tokyo Night Theme -set -g @plugin fabioluciano/tmux-tokyo-night -set -g @theme_variation 'night' -set -g @theme_plugins 'datetime,weather,playerctl,battery' -set -g @theme_plugin_datetime_format '%A %d %B %T' -set -g @theme_plugin_weather_format '%t+%c+%w+%h' +# Tmux powerkit setup +set -g @plugin fabioluciano/tmux-powerkit + +# Tmux powerkit configuration +set -g @powerkit_plugins "datetime,battery,cpu,memory,git" +set -g @powerkit_theme "tokyo-night" +set -g @powerkit_theme_variant "night" + +# Choose your separator style +set -g @powerkit_separator_style "normal" # or rounded, flame, pixel, honeycomb + +# Enable spacing between elements +set -g @powerkit_elements_spacing "both" + +# Customize update interval +set -g @powerkit_status_interval "5" + +# Make it transparent +set -g @powerkit_transparent "true" + +# Set status bar at the bottom instead of top +set -g @powerkit_status_position "bottom" + +# Make window titles centered +set -g @powerkit_status_justify "center" + +# Tmux powerkit tokyo night +set -g @powerkit_theme "tokyo-night" +set -g @powerkit_theme_variant "night" # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'