Skip to content

Commit 3376fc4

Browse files
committed
Add tmux status styles
1 parent e492a58 commit 3376fc4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
IMAGE_VERSION=1.21.14
1+
IMAGE_VERSION=1.21.15
22
NDK_VERSION=27.2.12479018
33
BAZELISK_VERSION=v1.26.0

android_dev/tmux.conf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,12 @@ bind - split-window -v
3131
unbind '"'
3232
unbind %
3333

34+
# Status bar format
35+
set -g window-status-format ''
36+
set -g window-status-current-format ''
37+
set -g status-justify "left"
38+
set -g status-right '#{pane_current_command}'
39+
set -g status-left '#S'
40+
set -g status-interval 1
3441
# Reload config file
35-
bind r source-file /etc/tmux.conf \; display "Reloaded!"
42+
bind r source-file /etc/tmux.conf \; display "Reloaded!"

0 commit comments

Comments
 (0)