Skip to content

Commit

Permalink
usr: cli: tmux: add window flags
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Jan 16, 2025
1 parent 8227b4e commit ffe19e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/cli/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ in {
# status bar
## display title on terminal
set -g set-titles on
set -g window-status-format "#I #W #{=/-20/…:pane_title}"
set -g window-status-current-format "🐶#I #W #{=/-20/…:pane_title}"
set -g window-status-format "#F#I #W #{=/-20/…:pane_title}"
set -g window-status-current-format "🐶#F#I #W #{=/-20/…:pane_title}"
## hide status bar when only one window
### refer to
### https://www.reddit.com/r/tmux/comments/6lwb07/is_it_possible_to_hide_the_status_bar_in_only_a/
Expand Down

0 comments on commit ffe19e0

Please sign in to comment.