diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-18 11:50:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-18 11:50:46 +0300 |
commit | 1a7f3defb22ee81bc62236a1e65f67a4470b7890 (patch) | |
tree | 692e9070e0cb12697d8a669a79f941b43390eb35 | |
parent | tmux: customize status bar (diff) | |
download | linux-home-1a7f3defb22ee81bc62236a1e65f67a4470b7890.tar.gz linux-home-1a7f3defb22ee81bc62236a1e65f67a4470b7890.zip |
tmux: cleaner status bar
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.tmux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf index a32c4a1..436d7a0 100644 --- a/%HOME%/.tmux.conf +++ b/%HOME%/.tmux.conf @@ -141,10 +141,7 @@ if-shell 'uname | grep -q -F Linux && which xsel' { # Appearance # ---------- -set -g status-left "#h (#S) " -set -g status-left-length 20 set -g status-right "%d %b %H:%M" -set -g status-right-length 15 # Might not work so well depending on your color scheme. |