From f1f63864b9451e276b5fcc9356ef432184358613 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 16 Jan 2023 11:06:52 +0100 Subject: [PATCH] starship: not a fan of the right prompt --- .config/starship.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 020c634..acb4887 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -7,18 +7,20 @@ $git_branch\ $git_commit\ $git_state\ $git_status\ +${custom.sl_status}\ ($character)\ """ right_format = """\ -${custom.sl_status}\ """ [custom.sl_status] command = '''~/bin/starship-sl-status''' when = true -style = "italic bg:#79AE6F fg:#ffffff" -format = '🌱 [](fg:#79AE6F)[ $output ]($style)' +# style = "italic bg:#79AE6F fg:#ffffff" +# format = '🌱 [](fg:#79AE6F)[ $output ]($style)' +style = "italic fg:#79AE6F" +format = '🌱[ $output ]($style)' [character] success_symbol = "%"