Compare commits

..

2 Commits

Author SHA1 Message Date
06d71e8b38 Merge pull request 'Move sudo notification' (#23) from move-admin into main
Reviewed-on: #23
2024-09-27 15:53:45 +00:00
2557e11e17 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.
2024-09-27 11:48:57 -04:00

View File

@@ -13,11 +13,11 @@ $python\
[](fg:#3d59a1 bg:#414868)\
$cmd_duration\
[ ](fg:#414868)\
\n$character"""
\n$sudo\
$character"""
right_format = """
$status\
$sudo\
$status
"""
[character]