Compare commits

..

No commits in common. "f00e5b971873f77b0b8022acc0a959c900e5ed6d" and "f00216cfd6c077b6488e6a9dc09d629e78d7e04d" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

@ -13,7 +13,6 @@
git.enable = true; git.enable = true;
neovim.enable = true; neovim.enable = true;
starship.enable = true; starship.enable = true;
tmux.enable = true;
utils.enable = true; utils.enable = true;
vifm.enable = true; vifm.enable = true;
zellij.enable = true; zellij.enable = true;

View file

@ -39,7 +39,7 @@ in
setw -g automatic-rename on # rename window to reflect current program setw -g automatic-rename on # rename window to reflect current program
set -g renumber-windows on # renumber windows when a window is closed set -g renumber-windows on # renumber windows when a window is closed
set -g set-titles on set -g set-titles on
set -g mode-style bg=colour18,fg=colour7 set -g mode-style bg=colour10,fg=colour13
set -g set-titles-string "#T" set -g set-titles-string "#T"
set -g status-bg colour0 set -g status-bg colour0
set -g status-fg colour7 set -g status-fg colour7
@ -52,8 +52,8 @@ in
set -g pane-border-style fg=colour19 set -g pane-border-style fg=colour19
set -g pane-active-border-style fg=colour4 set -g pane-active-border-style fg=colour4
setw -g window-status-format '#[bg=color12,fg=colour19] #I\ setw -g window-status-format '#[bg=color12,fg=colour18] #I\
#[bg=colour18,fg=colour7,dim] #W\ #[bg=colour19,fg=colour7] #W\
#{?window_last_flag, ,}#{?window_marked_flag,󰃃 ,}#{?window_activity_flag, ,}#{?window_silence_flag,󰝟 ,}#{?window_zoomed_flag,󱀅 ,}#{?window_bell_flag,#[fg=colour1]󱈸 ,}' #{?window_last_flag, ,}#{?window_marked_flag,󰃃 ,}#{?window_activity_flag, ,}#{?window_silence_flag,󰝟 ,}#{?window_zoomed_flag,󱀅 ,}#{?window_bell_flag,#[fg=colour1]󱈸 ,}'
set -g status-left "#[bg=colour0, fg=colour6] #S " set -g status-left "#[bg=colour0, fg=colour6] #S "
set -g status-right "" set -g status-right ""