diff options
author | zachir <zachir@librem.one> | 2024-03-23 18:11:43 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-03-23 18:11:43 -0500 |
commit | 57fc516319735a3427f162529acb150a3ab2eef5 (patch) | |
tree | 8ea4b66ada07b6dc46892b4ceadc665ca12d95b0 /tmux | |
parent | 4e2a91509a3b7d03c2fdc2530360506e427c809b (diff) |
Set tmux plugins for cla
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5d3bd6c..8b23a90 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,8 +6,8 @@ set -g status-bg "#000000" set -g status-fg "#c5c6c4" # remove administrative debris (session-name, hostname, time) in status bar -set -g status-left '' -set -g status-right '#{battery_status_bg} Batt: #{battery_icon} #{battery_percentage} #{battery_remain}' +set -g status-left '%H:%M| ' +set -g status-right '%a %Y-%m-%d' # act live dvtm unbind C-b |