Updated tmux status bar styling
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 22s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 22s
This commit is contained in:
parent
33c866daff
commit
dc09899507
|
@ -32,7 +32,19 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
catppuccin.enable = true;
|
catppuccin = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
set -g @catppuccin_window_status_style "rounded"
|
||||||
|
|
||||||
|
set -g status-right-length 100
|
||||||
|
set -g status-left-length 100
|
||||||
|
set -g status-left ""
|
||||||
|
set -g status-right "#{E:@catppuccin_status_application}"
|
||||||
|
set -ag status-right "#{E:@catppuccin_status_session}"
|
||||||
|
set -ag status-right "#{E:@catppuccin_status_host}"
|
||||||
|
'';
|
||||||
|
};
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
newSession = true;
|
newSession = true;
|
||||||
sensibleOnTop = true;
|
sensibleOnTop = true;
|
||||||
|
|
Loading…
Reference in a new issue