From 2e0660c19876bbf3438177defdff62ba0401990d Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 13:58:23 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 4bbe0fb..1d35448 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -29,8 +29,8 @@ }, "modules": [ { - "type": "custom", - "format": "{#34}{user-name}{#0}@{#36}{host-name}{#0} {#32}{kernel}{#0}" + "type": "title", + "format": "{user-name-colored}@{host-name-colored} {#32} {kernel}{#0}" }, { "type": "colors", @@ -59,8 +59,8 @@ git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' } - # Set the prompt - PS1="''${RESET}''${BCYAN}╭─''${RESET} ''${BPURPLE}\u''${RESET}''${CYAN}@''${RESET}''${BBLUE}\h''${RESET} ''${BGREEN} \w''${RESET}''${YELLOW}\$(parse_git_branch)''${RESET}\n''${BCYAN}╰─''${BPURPLE}❯''${RESET} " + # Clean prompt with colored chevrons + PS1="''${BCYAN}''${BPURPLE}''${RESET} ''${BGREEN}\w''${RESET}''${YELLOW}\$(parse_git_branch)''${RESET} ''${BPURPLE}❯''${RESET} " ''; programs.bash.interactiveShellInit = '' # Run fastfetch on terminal start