diff options
author | zachir <zachir@librem.one> | 2024-06-04 23:28:15 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 23:28:15 -0500 |
commit | 1bb066ec9b0e4d4bb6e698df67e866bfc8ddf62f (patch) | |
tree | 55a2a22a2cfda861c2c7abe365f096826014011a /tmux | |
parent | 2ee05bfac4735a99c29d67562b496232153d1f34 (diff) |
Set tmux status bar
This sets the tmux status bar with the date and time
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 |