mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-22 08:39:38 +01:00
Update tmux.conf
This commit is contained in:
parent
6d38905b4d
commit
7874d509ef
@ -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'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user