More customizations to prompt
This commit is contained in:
		
							parent
							
								
									b81255cbf3
								
							
						
					
					
						commit
						4e55cab37e
					
				
					 1 changed files with 16 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -44,9 +44,22 @@ in {
 | 
			
		|||
      enable = true;
 | 
			
		||||
      catppuccin.enable = true;
 | 
			
		||||
      settings = {
 | 
			
		||||
        format = ''
 | 
			
		||||
          $all$fill$time$line_break$character
 | 
			
		||||
        '';
 | 
			
		||||
        format = lib.concatStrings [
 | 
			
		||||
          "$os"
 | 
			
		||||
          "$username"
 | 
			
		||||
          "$hostname"
 | 
			
		||||
          "$directory"
 | 
			
		||||
          "$git_branch"
 | 
			
		||||
          "$git_commit"
 | 
			
		||||
          "$git_state"
 | 
			
		||||
          "$git_metrics"
 | 
			
		||||
          "$git_status"
 | 
			
		||||
          "$fill"
 | 
			
		||||
          "$all"
 | 
			
		||||
          "$time"
 | 
			
		||||
          "$line_break"
 | 
			
		||||
          "$character"
 | 
			
		||||
        ];
 | 
			
		||||
 | 
			
		||||
        os.disabled = false;
 | 
			
		||||
        status.disabled = false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue