From 9829496fc8f34f06ff8f4490464c637ac1e1bf39 Mon Sep 17 00:00:00 2001 From: nikurasu Date: Fri, 10 Mar 2023 21:09:13 +0100 Subject: [PATCH] Changed Battery display of starship --- starship/starship.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/starship/starship.toml b/starship/starship.toml index ea97f7c..e8a7e46 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -6,8 +6,19 @@ symbol = " " [buf] symbol = " " +[[battery.display]] +threshold=10 +style="bold red" + +[[battery.display]] +threshold=50 +style="bold blue" +discharging_symbol=" " + [[battery.display]] threshold=100 +style="bold blue" +discharging_symbol=" " [character] format = "[=](fg:#ff218e)[=](fg:#fcd800)[=](fg:#0194fc)$symbol "