mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
starship: a refresh
This commit is contained in:
parent
d521b2aae4
commit
d4f223c894
1 changed files with 11 additions and 10 deletions
|
|
@ -10,25 +10,25 @@ add_newline = false
|
|||
# $character
|
||||
# """
|
||||
format = """
|
||||
$cmd_duration$directory $git_branch
|
||||
$cmd_duration $directory $git_branch
|
||||
$character
|
||||
"""
|
||||
|
||||
# Replace the "❯" symbol in the prompt with "➜"
|
||||
[character] # The name of the module we are configuring is "character"
|
||||
success_symbol = "[• ](bold fg:green) "
|
||||
error_symbol = "[• ](bold fg:red) "
|
||||
success_symbol = "[ ](bold fg:blue)"
|
||||
error_symbol = "[ ](bold fg:red)"
|
||||
|
||||
# Disable the package module, hiding it from the prompt completely
|
||||
[package]
|
||||
disabled = true
|
||||
|
||||
[git_branch]
|
||||
style = "bg: green"
|
||||
style = "bg: cyan"
|
||||
symbol = ""
|
||||
truncation_length = 4
|
||||
truncation_length = 12
|
||||
truncation_symbol = ""
|
||||
format = "• [](bold fg:green)[$symbol $branch(:$remote_branch)](fg:black bg:green)[ ](bold fg:green)"
|
||||
format = " [](bold fg:cyan)[$symbol $branch(:$remote_branch)](fg:black bg:cyan)[ ](bold fg:cyan)"
|
||||
|
||||
[git_commit]
|
||||
commit_hash_length = 4
|
||||
|
|
@ -52,7 +52,7 @@ deleted = " 🗑 "
|
|||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
format = "[•$hostname](bg:cyan bold fg:black)[](bold fg:cyan )"
|
||||
format = "[•$hostname](bg:cyan bold fg:black)[](bold fg:cyan)"
|
||||
trim_at = ".companyname.com"
|
||||
disabled = false
|
||||
|
||||
|
|
@ -82,8 +82,8 @@ home_symbol = " "
|
|||
read_only = " "
|
||||
style = "bg:green fg:black"
|
||||
truncation_length = 6
|
||||
truncation_symbol = "••/"
|
||||
format = '[](bold fg:green)[$path ]($style)[](bold fg:green)'
|
||||
truncation_symbol = " ••/"
|
||||
format = '[](bold fg:green)[ $path]($style)[](bold fg:green)'
|
||||
|
||||
|
||||
[directory.substitutions]
|
||||
|
|
@ -93,7 +93,8 @@ format = '[](bold fg:green)[$path ]($style)[](bold fg:green)'
|
|||
"Music" = " "
|
||||
"Pictures" = " "
|
||||
"Videos" = " "
|
||||
"GitHub" = " "
|
||||
|
||||
[cmd_duration]
|
||||
min_time = 0
|
||||
format = '[](bold fg:yellow)[ $duration](bold bg:yellow fg:black)[](bold fg:yellow) •• '
|
||||
format = '[](bold fg:yellow)[ $duration](bold bg:yellow fg:black)[](bold fg:yellow)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue