diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 393323a..95caa9f 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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'