Commit d52e6b613471d0789e5e8d8a3fe7b650da0b6cd5

Don't display host and time in tmux
It's rarely useful.
Author: xaizek
Author date (UTC): 2025-09-11 11:15
Committer name: xaizek
Committer date (UTC): 2025-09-11 11:15
Parent(s): a18346f7e2af04119760dbf7f6b9222f2646a111
Signing key: 99DC5E4DB05F6BE2
Tree: 7787743b2b1592f12dde5f7cffe8f82d06272d5e
File Lines added Lines deleted
tmux.conf 1 1
File tmux.conf changed (mode: 100644) (index 001940c..ec5c460)
... ... set-window-option -g window-status-current-style "bg=colour235 fg=colour248 bold
64 64
65 65 # configure status bar look # configure status bar look
66 66 set-option -g status-justify centre set-option -g status-justify centre
67 set-option -g status-right '#H | %Y.%m.%d %H:%M '
67 set-option -g status-right ''
68 68 set-option -g status-right-length 50 set-option -g status-right-length 50
69 69
70 70 # display status bar at the top # display status bar at the top
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master