Skip to content

Commit

Permalink
add dongle ID to tmux bar
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 22, 2024
1 parent 10cde95 commit 2c089d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userspace/home/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ bind-key e send-prefix
set -g status-position bottom
set -g status-style bg=colour234,fg=colour137,dim
set -g status-left ''
set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S '
set -g status-right-length 50

set -g status-left-length 20
set -g history-limit 7200

set -g status-right '#[fg=colour230,bold] #(cat /data/params/d/DongleId | cut -c 1-16) #[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S '
set -g status-right-length 70
setw -g window-status-current-style fg=colour81,bg=colour238,bold
setw -g window-status-current-format ' #I#[fg=colour250]:#[fg=colour255]#W#[fg=colour50]#F '

Expand Down

0 comments on commit 2c089d3

Please sign in to comment.