Update some more icons
This commit is contained in:
parent
68a3447d8e
commit
9c08ef3bc1
1 changed files with 6 additions and 3 deletions
|
@ -16,7 +16,7 @@ in
|
|||
error_symbol = "[λ](bold #ff5555)";
|
||||
};
|
||||
cmd_duration.style = "bold #f1fa8c";
|
||||
directory.read_only = " ";
|
||||
directory.read_only = " "; # Icon: lock
|
||||
directory.style = "bold #50fa7b";
|
||||
docker_context.symbol = " ";
|
||||
elixir.symbol = " ";
|
||||
|
@ -25,8 +25,11 @@ in
|
|||
git_status.style = "bold #ff5555";
|
||||
hostname.style = "bold #ff5555";
|
||||
nix_shell.symbol = " ";
|
||||
memory_usage.symbol = " ";
|
||||
package.symbol = " ";
|
||||
memory_usage = {
|
||||
symbol = " "; # Icon: memory
|
||||
disabled = false;
|
||||
};
|
||||
package.symbol = " "; # Icon: package_variant_closed
|
||||
python.symbol = " ";
|
||||
rust.symbol = " ";
|
||||
time.disabled = false;
|
||||
|
|
Loading…
Reference in a new issue