Skip to content

Commit

Permalink
update tmux conf
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Aug 9, 2023
1 parent 8bec03e commit f7d8f76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ set-option -g status-justify "left"
set-option -g status-left-length 90
set-option -g status-right-length 90
set-option -g status-left "#[fg=colour3,bold]#{?#S,#S,}"
set-option -g status-right "#{prefix_highlight} #[fg=colour2]#{battery_icon_status} #{battery_color_charge_fg}#[bg=default]#{battery_percentage} #[fg=colour7]#{uptime} #{date} #[fg=colour14,bold]#{time}"
# set-option -g status-right "#{prefix_highlight} #[fg=colour2]#{battery_icon_status} #{battery_color_charge_fg}#[bg=default]#{battery_percentage} #[fg=colour7]#{uptime} #{date} #[fg=colour14,bold]#{time}"
set-option -g status-right "#{prefix_highlight} #[fg=colour2]#{battery_icon_status} #{battery_color_charge_fg}#[bg=default]#{battery_percentage} #[fg=colour7]#{uptime} #[fg=colour0] #{sysstat_loadavg} #{sysstat_mem}#[fg=cyan,bold]#{?#{==:#{SSH_CLIENT},},, #H}"

############################
# TERMINAL EMULATOR TITLES #
Expand Down Expand Up @@ -182,6 +183,7 @@ set -g @plugin 'Morantron/tmux-fingers'
set -g @plugin '3ximus/tmux-plugin-uptime'
set -g @plugin '3ximus/tmux-plugin-datetime'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'samoshkin/tmux-plugin-sysstat'

set -g @plugin 'IngoMeyer441/tmux-easy-motion'

Expand Down Expand Up @@ -212,6 +214,8 @@ set -g @batt_color_charge_primary_tier3 'yellow,bold'
set -g @batt_color_charge_primary_tier2 'red,bold'
set -g @batt_color_charge_primary_tier1 'red,bold'

set -g @sysstat_mem_view_tmpl 'M:#[fg=#{mem.color}]#{mem.pused}'

set -g @fingers-key C-f
set -g @fingers-hint-format "#[fg=red,bold]%s"
set -g @fingers-highlight-format "#[fg=cyan]%s"
Expand Down

0 comments on commit f7d8f76

Please sign in to comment.