Skip to content

Commit

Permalink
fix: Change colors and clock on status bar (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima authored Jan 11, 2024
1 parent 06670fa commit 4494a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -g base-index 1
set -g pane-base-index 1

# Custom color options
set -g status-style fg=colour11
set -g status-style fg=colour197
set -g window-status-current-style fg=colour39
set -g pane-border-style fg=colour240
set -g pane-active-border-style fg=colour39
Expand All @@ -43,7 +43,7 @@ set -g pane-active-border-style fg=colour39
set -g status-position top

# Custom host name and clock on the status bar
set -g status-right "#[fg=colour196]#H #[default]%H:%M:%S"
set -g status-right "#[fg=colour202]#H #[default]%H:%M:%S"

# Status bar length
set -g status-left-length 0
Expand Down

0 comments on commit 4494a18

Please sign in to comment.