X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fshell%2Fstarship.toml;h=485f1129e38064598a4e0d6269c35b2ceac93eb6;hp=40df2e8e44309d8de832caba3a9ee686f1ce3706;hb=3d92e3e6953e6bd91b4482c9d9034b1887854f9d;hpb=fa33c1b0145c8f9a51926f3093c75955fdcf6102 diff --git a/dotfiles/shell/starship.toml b/dotfiles/shell/starship.toml index 40df2e8..485f112 100644 --- a/dotfiles/shell/starship.toml +++ b/dotfiles/shell/starship.toml @@ -9,3 +9,14 @@ style_user = "bold green" [git_branch] style = "bold yellow" + +[status] +disabled = false + +[[battery.display]] +threshold = 10 +style = "bold red" + +[[battery.display]] +threshold = 30 +style = "bold yellow"