mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
update starship config
This commit is contained in:
parent
3123a78bfe
commit
08d6c07d19
1 changed files with 4 additions and 3 deletions
|
|
@ -4,6 +4,7 @@ add_newline = false
|
||||||
# Powerline symbols
|
# Powerline symbols
|
||||||
# Wedges 🭧🭒 🭣🭧🭓
|
# Wedges 🭧🭒 🭣🭧🭓
|
||||||
# Random noise 🬖🬥🬔🬗
|
# Random noise 🬖🬥🬔🬗
|
||||||
|
# Cool stuff
|
||||||
|
|
||||||
# format = """
|
# format = """
|
||||||
# $cmd_duration$username$hostname $directory $git_branch
|
# $cmd_duration$username$hostname $directory $git_branch
|
||||||
|
|
@ -16,8 +17,8 @@ $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:blue)"
|
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]
|
||||||
|
|
@ -83,7 +84,7 @@ 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]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue