Skip to content

Commit

Permalink
tmux change test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrf45 committed Dec 3, 2023
1 parent ed3b525 commit 4210a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ set -g status-style default

set -g status-right-length 100
set -g status-right-style default
set -g status-right " [%a %d %b %Y %T] "
set -g status-right " #S | [%a %d %b %Y %T] "

set -g status-left-length 60
set -g status-left " #[fg=blue]#( ip addr show dev ens33 | grep "inet[^6]" | awk '{print $2}' ) - #[fg=green]#( ip addr show dev tun0 | grep "inet[^6]" | awk '{print $2}' )"
set -g status-left " #[fg=blue]#(uptime | cut -f 4-5 -d " " | cut -f 1 -d "," )"


# Center the window list
Expand Down

0 comments on commit 4210a9a

Please sign in to comment.