Update tmux.conf

This commit is contained in:
Şahin Akkaya 2023-12-25 15:05:33 +03:00
parent 6d38905b4d
commit 7874d509ef

View File

@ -122,7 +122,10 @@ bind-key C-j join-pane
# status bar theme # status bar theme
# set -g status 'on' # set -g status 'on'
set-option -g status-position bottom set-option -g status-position bottom
source-file ~/.config/tmux/dark.conf
if-shell '[ `darkman get` == "light" ]' \
'source-file ~/.config/tmux/light.conf' \
'source-file ~/.config/tmux/dark.conf'