1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

move tmux config into tmux subdirectory

This commit is contained in:
Henrik Hautakoski 2025-10-29 01:28:14 +01:00
parent 4d3bd82df5
commit 3fdbb1f17a
42 changed files with 5 additions and 6 deletions

View file

@ -18,7 +18,6 @@ DIRECTORIES=(
dunst
smartgit
lazygit
tmux-plugins
)
for target in ${DIRECTORIES[@]}; do
@ -27,7 +26,7 @@ done
ln -sfr $BASE_PATH/bash/bashrc $HOME/.bashrc
ln -sfr $BASE_PATH/bash/bashrc.d $HOME/.bashrc.d
ln -sfr $BASE_PATH/tmux.conf $HOME/.tmux.conf
ln -sfr $BASE_PATH/tmux/config.conf $HOME/.tmux.conf
ln -sfr $BASE_PATH/Xresources $HOME/.Xresources
ln -sfr $BASE_PATH/picom.conf $HOME/.config/picom.conf
ln -sfr $BASE_PATH/fzfrc $HOME/.config/fzfrc

View file

@ -16,15 +16,15 @@ set -g status-justify left
set -g status-style ''
set -g status-left ' #[fg=colour2]#[fg=default] #S '
set -g status-right ''
set -g status-right-length 50
set -g status-left-length 50
set -g status-right-length 0
set -g status-left-length 0
set -g pane-border-style "fg=#1a1c2d"
set -g pane-active-border-style "bg=default fg=#1a1c2d"
setw -g window-status-style ''
setw -g window-status-format ' #[fg=colour4]#I#[fg=colour15]:#W '
setw -g window-status-current-style 'fg=#0E1019 bg=colour4 bold'
setw -g window-status-current-style 'fg=colour4'
setw -g window-status-current-format ' #I:#W '
setw -g window-status-separator ''