Skip to content

Commit 9028686

Browse files
committed
some style improvemets
1 parent 7b245e7 commit 9028686

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.config/starship.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ symbol = " "
1515
[elixir]
1616
symbol = ""
1717

18-
[git_branch]
19-
symbol = ""
18+
# [git_branch]
19+
# symbol = " "
2020

2121
[buf]
2222
disabled = true

.tmux.conf

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ set-window-option -g automatic-rename on
2828

2929
set-option -g default-shell /bin/zsh
3030

31-
3231
# Pane selection
3332
bind h select-pane -L
3433
bind j select-pane -D
@@ -56,6 +55,9 @@ set -g @online_icon "online"
5655
set -g @offline_icon "offline"
5756
set -g @continuum-restore 'off'
5857

58+
set -g @prefix_highlight_fg 'black'
59+
set -g @prefix_highlight_bg 'green'
60+
5961
# plugins
6062
set -g @plugin 'tmux-plugins/tpm'
6163
set -g @plugin 'tmux-plugins/tmux-sensible'
@@ -64,11 +66,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist'
6466
set -g @plugin 'tmux-plugins/tmux-continuum'
6567
set -g @plugin 'tmux-plugins/tmux-resurrect'
6668
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
67-
set -g @plugin 'tmux-plugins/tmux-cpu'
68-
set -g @plugin 'tmux-plugins/tmux-net-speed'
69-
set -g @plugin 'tmux-plugins/tmux-battery'
70-
71-
run '~/.tmux/plugins/tpm/tpm'
69+
set -g @plugin 'tmux-plugins/tmux-online-status'
7270

7371
# Style status bar
7472
set -g status-style fg=white,bg=black
@@ -81,6 +79,7 @@ set -g window-status-activity-style bg=black,fg=yellow
8179
set -g window-status-separator ""
8280
set -g status-justify centre
8381

84-
set -g status-left "[#S] #{prefix_highlight} #{online_status}"
82+
set -g status-left "[#S] #{prefix_highlight}"
8583
set -g status-right "#(tmux-bar)"
8684

85+
run '~/.tmux/plugins/tpm/tpm'

0 commit comments

Comments
 (0)