From dfdcb1a1b3a6ba0215e113c2fb79a8ba34c5a55d Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 4 Aug 2023 17:41:23 +0200 Subject: [PATCH] fix(starship): disable battery display due to warning --- prompt/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prompt/starship.toml b/prompt/starship.toml index 571ace3..32542f5 100644 --- a/prompt/starship.toml +++ b/prompt/starship.toml @@ -3,6 +3,9 @@ add_newline = false command_timeout = 2000 +[battery] +disabled = true + # "bold red" style when capacity is between 0% and 10% [[battery.display]] threshold = 10