forked from Shinonome/dots-hyprland
starship: a refresh
This commit is contained in:
+11
-10
@@ -10,25 +10,25 @@ add_newline = false
|
|||||||
# $character
|
# $character
|
||||||
# """
|
# """
|
||||||
format = """
|
format = """
|
||||||
$cmd_duration$directory $git_branch
|
$cmd_duration $directory $git_branch
|
||||||
$character
|
$character
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Replace the "❯" symbol in the prompt with "➜"
|
# Replace the "❯" symbol in the prompt with "➜"
|
||||||
[character] # The name of the module we are configuring is "character"
|
[character] # The name of the module we are configuring is "character"
|
||||||
success_symbol = "[• ](bold fg:green) "
|
success_symbol = "[ ](bold fg:blue)"
|
||||||
error_symbol = "[• ](bold fg:red) "
|
error_symbol = "[ ](bold fg:red)"
|
||||||
|
|
||||||
# Disable the package module, hiding it from the prompt completely
|
# Disable the package module, hiding it from the prompt completely
|
||||||
[package]
|
[package]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
style = "bg: green"
|
style = "bg: cyan"
|
||||||
symbol = ""
|
symbol = ""
|
||||||
truncation_length = 4
|
truncation_length = 12
|
||||||
truncation_symbol = ""
|
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]
|
[git_commit]
|
||||||
commit_hash_length = 4
|
commit_hash_length = 4
|
||||||
@@ -52,7 +52,7 @@ deleted = " 🗑 "
|
|||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_only = false
|
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"
|
trim_at = ".companyname.com"
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|
||||||
@@ -82,8 +82,8 @@ home_symbol = " "
|
|||||||
read_only = " "
|
read_only = " "
|
||||||
style = "bg:green fg:black"
|
style = "bg:green fg:black"
|
||||||
truncation_length = 6
|
truncation_length = 6
|
||||||
truncation_symbol = "••/"
|
truncation_symbol = " ••/"
|
||||||
format = '[](bold fg:green)[$path ]($style)[](bold fg:green)'
|
format = '[](bold fg:green)[ $path]($style)[](bold fg:green)'
|
||||||
|
|
||||||
|
|
||||||
[directory.substitutions]
|
[directory.substitutions]
|
||||||
@@ -93,7 +93,8 @@ format = '[](bold fg:green)[$path ]($style)[](bold fg:green)'
|
|||||||
"Music" = " "
|
"Music" = " "
|
||||||
"Pictures" = " "
|
"Pictures" = " "
|
||||||
"Videos" = " "
|
"Videos" = " "
|
||||||
|
"GitHub" = " "
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
min_time = 0
|
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)'
|
||||||
|
|||||||
Reference in New Issue
Block a user