diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 852541a..98ec6ff 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -125,15 +125,16 @@ in sha256 = "0bd8zx0bpri63rnb9dva0rav75d3i2wrzw44h63m75hq5220r26g"; })) { palette = "catppuccin_mocha"; + # username.style_root = "bg:red fg:crust"; add_newline = true; line_break.disabled = false; git_status.diverged = "⇕⇡\${ahead_count}⇣\${behind_count}"; cmd_duration.format = "󰔛 $duration"; hostname = { disabled = false; - ssh_symbol = "🌐 "; - format = "[$ssh_symbol$hostname]($style) in "; - style = "bold dimmed green"; + ssh_symbol = "🌐"; + format = "[$ssh_symbol$hostname]($style)"; + style = "fg: crust"; }; # python.disabled = true; format = lib.replaceStrings ["\n"] [""] ''