diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index 8e0d160..6454710 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -52,7 +52,7 @@ module-margin = 1 separator = | separator-foreground = ${colors.disabled} -font-0 = "VictorMono Nerd Font:size=13:weight=Bold;2" +font-0 = "VictorMono Nerd Font:size=14:weight=Bold;2" modules-left = xworkspaces xwindow modules-right = xkeyboard pulseaudio cpu eth date diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index d2dd67c..1335d66 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -5,7 +5,7 @@ $username\ [//](bold zx_magenta)\ $directory\ [//](bold zx_cyan)\ -$git_branch[-](zx_light_magenta)$git_status\ +$git_branch[-](zx_gray)$git_status\ [//](bold zx_yellow)\ $jobs\ [⟩ ](bold zx_light_yellow)\ @@ -56,7 +56,7 @@ truncate_to_repo = false disabled = false symbol = "" style = "fg:zx_white" -format = '[ $symbol $branch ]($style)' +format = '[$symbol $branch ]($style)' truncation_length = 16 truncation_symbol = ">"