forked from Shinonome/dots-hyprland
Update starship.toml
This commit is contained in:
+17
-12
@@ -5,8 +5,12 @@ add_newline = false
|
|||||||
# Wedges 🭧🭒 🭣🭧🭓
|
# Wedges 🭧🭒 🭣🭧🭓
|
||||||
# Random noise 🬖🬥🬔🬗
|
# Random noise 🬖🬥🬔🬗
|
||||||
|
|
||||||
|
# format = """
|
||||||
|
# $cmd_duration$username$hostname $directory $git_branch
|
||||||
|
# $character
|
||||||
|
# """
|
||||||
format = """
|
format = """
|
||||||
$cmd_duration$username$hostname $directory $git_branch
|
$cmd_duration$directory $git_branch
|
||||||
$character
|
$character
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -74,21 +78,22 @@ disabled = false
|
|||||||
show_always = true
|
show_always = true
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
home_symbol = " "
|
home_symbol = " "
|
||||||
read_only = " "
|
read_only = " "
|
||||||
style = "bg:blue fg:black"
|
style = "bg:blue fg:black"
|
||||||
truncation_length = 2
|
truncation_length = 30
|
||||||
truncation_symbol = "./"
|
truncation_symbol = "••/"
|
||||||
format = '[](bold fg:blue)[$path]($style)[](bold fg:blue)'
|
format = '[](bold fg:blue)[$path ]($style)[](bold fg:blue)'
|
||||||
|
|
||||||
|
|
||||||
[directory.substitutions]
|
[directory.substitutions]
|
||||||
"Documents" = " "
|
"Desktop" = " "
|
||||||
"/" = "|"
|
"Documents" = " "
|
||||||
"Downloads" = " "
|
"Downloads" = " "
|
||||||
"Music" = " "
|
"Music" = " "
|
||||||
"Pictures" = " "
|
"Pictures" = " "
|
||||||
|
"Videos" = " "
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
min_time = 1
|
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