mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
updated configuration for the new package renaming
This commit is contained in:
+29
-6
@@ -81,12 +81,35 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||||||
# Tmux plugin to navigate easily between session
|
# Tmux plugin to navigate easily between session
|
||||||
set -g @plugin 'tmux-plugins/tmux-sessionist'
|
set -g @plugin 'tmux-plugins/tmux-sessionist'
|
||||||
|
|
||||||
# Tmux Tokyo Night Theme
|
# Tmux powerkit setup
|
||||||
set -g @plugin fabioluciano/tmux-tokyo-night
|
set -g @plugin fabioluciano/tmux-powerkit
|
||||||
set -g @theme_variation 'night'
|
|
||||||
set -g @theme_plugins 'datetime,weather,playerctl,battery'
|
# Tmux powerkit configuration
|
||||||
set -g @theme_plugin_datetime_format '%A %d %B %T'
|
set -g @powerkit_plugins "datetime,battery,cpu,memory,git"
|
||||||
set -g @theme_plugin_weather_format '%t+%c+%w+%h'
|
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 the Tmux plugin manager
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user