mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-14 23:09:41 +03:00
Update tmux.conf
This commit is contained in:
@ -122,7 +122,10 @@ bind-key C-j join-pane
|
||||
# status bar theme
|
||||
# set -g status 'on'
|
||||
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'
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user