From 2557e11e177b620263a151b86db441fcd3599cf8 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Fri, 27 Sep 2024 11:48:57 -0400 Subject: [PATCH] Move sudo notification Moved sudo notification (the wizard) over to the left hand side of the status bar before the prompt character. It makes it easier to see you have escalated privileges and it plays nicer with kitty formatting. --- starship/dot-config/starship.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/starship/dot-config/starship.toml b/starship/dot-config/starship.toml index 98b8329..b1239bd 100644 --- a/starship/dot-config/starship.toml +++ b/starship/dot-config/starship.toml @@ -13,11 +13,11 @@ $python\ [](fg:#3d59a1 bg:#414868)\ $cmd_duration\ [ ](fg:#414868)\ -\n$character""" +\n$sudo\ +$character""" right_format = """ -$status\ -$sudo\ +$status """ [character]