From 56a1233b716cb3c99c1517c62ef03b05c556ede7 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Fri, 3 Nov 2023 23:03:40 +0900 Subject: [PATCH] starship: fix: removed obsolete nerd icons --- dotfiles/starship/starship.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dotfiles/starship/starship.toml b/dotfiles/starship/starship.toml index ecaf046..e6de4cb 100644 --- a/dotfiles/starship/starship.toml +++ b/dotfiles/starship/starship.toml @@ -13,9 +13,10 @@ success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set disabled = true [battery] -full_symbol = " " -charging_symbol = "🔌 " +# full_symbol = "󰁹 " +charging_symbol = " " discharging_symbol = "⚡ " +empty_symbol = " " [[battery.display]] threshold = 10 style = "bold red" @@ -72,7 +73,7 @@ python_binary = ["./venv/bin/python", "python", "python3", "python2"] [rlang] format = "via [$symbol($version )]($style)" -symbol = "ﳒ" +symbol = "󰟔" [shell] powershell_indicator = ">_"