nicer? tmux config

This commit is contained in:
Maximilian Friedersdorff 2025-09-10 13:54:02 +01:00
parent e9db9d23a0
commit 9ed5201160

View file

@ -28,7 +28,7 @@ bind -n M-h select-pane -L
bind -n M-l select-pane -R bind -n M-l select-pane -R
# Easy reloading of config # Easy reloading of config
bind r source-file ~/.tmux.conf bind r source-file ~/.config/tmux/tmux.conf
# Mouse bindings. THIS IS AWESOME! # Mouse bindings. THIS IS AWESOME!
set -g mouse on set -g mouse on
@ -89,5 +89,9 @@ set-window-option -g window-status-bell-style fg=black,bg=red #base02, red
# Set hyperlink support # Set hyperlink support
set -ga terminal-features "*:hyperlinks" set -ga terminal-features "*:hyperlinks"
# Powerline set -g status-interval 1
source /usr/share/powerline/bindings/tmux/powerline.conf set -g status-justify centre # center align window list
set -g status-left-length 20
set -g status-right-length 140
set -g status-left ' #[fg=green]#H #[fg=black]• #[fg=green,bright]#(uname -r | cut -c 1-6)#[default]'
set -g status-right '#[fg=white,bg=default]%H:%M:%S #[default] #[fg=blue]%Y-%m-%d '