diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-13 08:37:31 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-13 08:37:31 +0530 |
commit | 28ea0e3cbe1c0f980a05d6fb13a428bcab2ea1c5 (patch) | |
tree | b44f5301c4f60b1dae51a91e72b614996ee074ce /.config/starship.toml | |
parent | 311a468de08231c3dd2327473b79066a25e67462 (diff) |
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 06f8b23..127847f 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -35,6 +35,9 @@ min_time = 50 format = "took [$duration]($style)" disabled = false +[line_break] +disabled = true + ## SECOND LINE/ROW: Prompt # Somethere at the beginning @@ -47,24 +50,21 @@ disabled = true [[battery.display]] # "bold red" style when capacity is between 0% and 10% threshold = 15 style = "bold red" -disabled = true [[battery.display]] # "bold yellow" style when capacity is between 10% and 30% threshold = 50 style = "bold yellow" -disabled = true [[battery.display]] # "bold green" style when capacity is between 10% and 30% threshold = 80 style = "bold green" -disabled = true # Prompt: optional param 1 [time] -format = " 🕙 $time($style)\n" +format = " [󱑋 $time]($style)\n" time_format = "%T" -style = "bright-white" -disabled = true +style = "#aaaa33" +disabled = false # # Prompt: param 2 └─ # [character] |