1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-12 21:32:21 +00:00
starship/src
Mick Hohmann 2558c4588b
fix: update of presets and default configuration to reflect changes in Nerd Fonts 3.0 (#5162)
* Updated nf-mdi-* to nf-md-* symbols

The following symbols where changed
- directory.read_only
- memory_usage
- meson
- nim
- os.symbols.Garuda
- os.symbols.HardenedBSD
- os.symbols.Illumos
- os.symbols.OpenBSD
- os.symbols.OracleLinux
- os.symbols.Redox
- os.symbols.Solus
- os.symbols.Windows
- package
- rlang

* Updated nf-mdi-* to nf-md-* symbols (for all other presets)

The following symbols where changed
for pastel-powerline:
- directory.substitutions.Documents
- nim
for tokyo-night
- directory.substitutions.Documents
- golang

* Updated nf-mdi-* to nf-md-* symbols for the default configuration in modules in src/configs/*.rs

The following symbols where changed
- azure
- battery.full_symbol
- battery.charging_symbol
- battery.discharging_symbol
- battery.unknown_symbol
- battery.empty_symbol

* Updated config-schema.json

* Updated src/modules/*.rs docs/config/README.md

and used `nerdfix` to check if I overlook anything

* Fixed the battery discharging symbol in the tests

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jtrv <travershasemail@gmail.com>
2023-05-10 14:36:56 +02:00
..
configs fix: update of presets and default configuration to reflect changes in Nerd Fonts 3.0 (#5162) 2023-05-10 14:36:56 +02:00
formatter fix(style): ensure nested style variables are processed during formatting (#5120) 2023-04-24 16:03:04 +02:00
init chore(nu): use updated closure syntax (#5054) 2023-04-05 07:53:06 +02:00
modules fix: update of presets and default configuration to reflect changes in Nerd Fonts 3.0 (#5162) 2023-05-10 14:36:56 +02:00
test refactor(Context): set_config method for Context (#5079) 2023-04-24 16:03:47 +02:00
bug_report.rs chore: fix clippy warnings for rust 1.66 (#4715) 2022-12-17 18:01:27 +01:00
config.rs fix(config): Make print-config not panic without a config (#5001) 2023-04-13 19:29:21 -05:00
configure.rs fix(config): Make print-config not panic without a config (#5001) 2023-04-13 19:29:21 -05:00
context_env.rs fix(config): Make print-config not panic without a config (#5001) 2023-04-13 19:29:21 -05:00
context.rs feat(gcloud): add detect_env_vars option (#5166) 2023-05-09 07:55:49 +02:00
lib.rs fix(config): Make print-config not panic without a config (#5001) 2023-04-13 19:29:21 -05:00
logger.rs chore: fix clippy warnings for rust 1.67 (#4855) 2023-01-27 18:33:24 +09:00
main.rs fix(config): Make print-config not panic without a config (#5001) 2023-04-13 19:29:21 -05:00
module.rs feat: Add Solidity Module (#5047) 2023-04-13 21:05:12 +02:00
print.rs refactor(Context): set_config method for Context (#5079) 2023-04-24 16:03:47 +02:00
segment.rs refactor: replace ansi_term with nu_ansi_term (#4339) 2022-09-04 18:44:54 +02:00
serde_utils.rs build(deps): update toml crates (#4853) 2023-01-30 23:12:27 +01:00
utils.rs feat: Add Solidity Module (#5047) 2023-04-13 21:05:12 +02:00