From 3a62bf82b79e5a1c6acaef01324cbd53c407f3d2 Mon Sep 17 00:00:00 2001 From: Maciej Sobkowski Date: Fri, 31 Oct 2025 14:53:17 +0100 Subject: starship: replace round NERDfont separators with slanted --- .config/starship.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/starship.toml') diff --git a/.config/starship.toml b/.config/starship.toml index 245f4a2..04fd8e3 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,17 +1,17 @@ format = """ [░▒▓](#a3aed2)\ [ 󰣇 ](bg:#a3aed2 fg:#090c0c)\ -[](bg:#769ff0 fg:#a3aed2)\ +[](bg:#a3aed2 fg:#769ff0)\ $directory\ -[](fg:#769ff0 bg:#394260)\ +[](fg:#394260 bg:#769ff0)\ $git_branch\ $git_status\ -[](fg:#394260 bg:#212736)\ +[](fg:#212736 bg:#394260)\ $nodejs\ $rust\ $golang\ $php\ -[](fg:#212736 bg:#1d2230)\ +[](fg:#1d2230 bg:#212736)\ $time\ [ ](fg:#1d2230)\ \n$character""" @@ -20,7 +20,7 @@ $time\ style = "fg:#e3e5e5 bg:#769ff0" format = "[ $path ]($style)" truncation_length = 3 -truncation_symbol = "…/" +truncation_symbol = "󰇘/" [directory.substitutions] "Documents" = "󰈙 " -- cgit v1.2.3-70-g09d2