Fixing Icons for other Nerd Fonts
This commit is contained in:
+19
-19
@@ -49,7 +49,7 @@ error_symbol = "[❯](red)"
|
||||
vicmd_symbol = "[❮](green)"
|
||||
|
||||
[username]
|
||||
show_always = false
|
||||
show_always = true
|
||||
style_user = "fg:yellow bg:black"
|
||||
style_root = "fg:#CE4B4E bg:black"
|
||||
format = '[ $user ]($style)'
|
||||
@@ -80,7 +80,7 @@ FreeBSD = " "
|
||||
Garuda = " "
|
||||
Gentoo = " "
|
||||
HardenedBSD = "ﲊ "
|
||||
Illumos = " "
|
||||
Illumos = " "
|
||||
Linux = " "
|
||||
Macos = " "
|
||||
Manjaro = " "
|
||||
@@ -101,7 +101,7 @@ Solus = "ﴱ "
|
||||
SUSE = " "
|
||||
Ubuntu = " "
|
||||
Unknown = " "
|
||||
Windows = " "
|
||||
Windows = " "
|
||||
|
||||
[directory]
|
||||
style = "bg:#6D8DD1"
|
||||
@@ -112,15 +112,15 @@ truncation_symbol = "…/"
|
||||
truncate_to_repo = false
|
||||
|
||||
[directory.substitutions]
|
||||
"Important Documents" = " "
|
||||
"Documents" = " "
|
||||
"Important Documents" = " "
|
||||
"Documents" = " "
|
||||
"Downloads" = " "
|
||||
"Music" = " "
|
||||
"Pictures" = " "
|
||||
"Development" = " "
|
||||
"Developer" = " "
|
||||
"Dev" = " "
|
||||
"~" = " ~"
|
||||
"Music" = " "
|
||||
"Pictures" = " "
|
||||
"Development" = " "
|
||||
"Developer" = " "
|
||||
"Dev" = " "
|
||||
"~" = " ~"
|
||||
|
||||
[docker_context]
|
||||
symbol = " "
|
||||
@@ -170,14 +170,14 @@ format = "[ ${ram_pct} $symbol ]($style)"
|
||||
[time]
|
||||
disabled = false
|
||||
time_format = "%R" # Hour:Minute Format
|
||||
format = '[](fg:white)[ $time ](fg:black bg:white)'
|
||||
format = '[](fg:white)[ $time ](fg:black bg:white)'
|
||||
|
||||
[battery]
|
||||
full_symbol = ' '
|
||||
charging_symbol = ' '
|
||||
discharging_symbol = ' '
|
||||
unknown_symbol = ' '
|
||||
empty_symbol = ' '
|
||||
full_symbol = ' '
|
||||
charging_symbol = ' '
|
||||
discharging_symbol = ' '
|
||||
unknown_symbol = ' '
|
||||
empty_symbol = ' '
|
||||
format = '[](fg:white)[ $symbol$percentage ]($style)'
|
||||
|
||||
[[battery.display]]
|
||||
@@ -320,7 +320,7 @@ detect_files = [
|
||||
detect_folders = []
|
||||
|
||||
[lua]
|
||||
symbol = " "
|
||||
symbol = " "
|
||||
style = "fg:black bg:#FCA17D"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
detect_extensions = ['lua']
|
||||
@@ -333,7 +333,7 @@ style = "fg:black bg:#FCA17D"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[nim]
|
||||
symbol = " "
|
||||
symbol = " "
|
||||
style = "fg:black bg:#FCA17D"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
detect_extensions = [
|
||||
|
||||
Reference in New Issue
Block a user