diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-06 22:29:02 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-06 22:29:02 -0500 |
| commit | fdc2ee1e43d2192314038bf74c9ccb36ff4b00da (patch) | |
| tree | ce1b1924bdbd71263c74b6a79d2e8eb38bf80af2 /env/.config/tmux | |
| parent | ed29d871a8b2473577e94bbc12308be04322f385 (diff) | |
Squashed commit of the following:
switched to picom in autostart, disabled atuin
tmux color change
changed dmount to /mnts/flash
changed mount dir
removed .keepass
changed i3 bar tray and status line
fixed second mon bar i3
i3 color change
ignore addition
st color changes
wezterm font change
pcall
vis config changes
Diffstat (limited to 'env/.config/tmux')
| -rwxr-xr-x | env/.config/tmux/tmux.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/env/.config/tmux/tmux.conf b/env/.config/tmux/tmux.conf index 4947e83..a61d679 100755 --- a/env/.config/tmux/tmux.conf +++ b/env/.config/tmux/tmux.conf @@ -58,14 +58,14 @@ bind-key -r H split-window -h -f # colors/theme # using vars in this cause the chars to not use the color -set -g status-bg "#222222" +set -g status-bg "#1a1b26" set -g status-fg "#f1f1f1" -set -wg mode-style bg="#222222" -set -g pane-border-style fg='#222222' +set -wg mode-style bg="#1a1b26" +set -g pane-border-style fg='#1a1b26' set -g pane-active-border-style fg='#a030f0' active_window_fg='#e080f0' -set -g status-left "#[fg=#f1f1f1,bold,bg=#4020af] #S #[fg=#4020af,bg=#222222] " +set -g status-left "#[fg=#f1f1f1,bold,bg=#4020af] #S #[fg=#4020af,bg=#1a1b26] " set -g status-left-length 40 -set -g window-status-current-format "#[fg=${active_window_fg},bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]" -set -g window-status-format "#[fg=#f1f1f1,bg=#222222]#I:#W #[fg=#f1f1f1,bg=#222222]" +set -g window-status-current-format "#[fg=${active_window_fg},bg=#1a1b26]#I:#W #[fg=#f1f1f1,bg=#1a1b26]" +set -g window-status-format "#[fg=#f1f1f1,bg=#1a1b26]#I:#W #[fg=#f1f1f1,bg=#1a1b26]" set -g status-right '#[fg=#f1f1f1,bg=#4020af] @#H %H:%M %d-%b-%y' |
