oops, missed a file save...

This commit is contained in:
Chris Kruining 2025-03-23 17:53:43 +01:00
parent 81f1f6f9ca
commit f40207c455
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -78,6 +78,21 @@ in
style = "green bold";
};
os = {
format = "[$symbol](bold white) ";
disabled = false;
symbols = {
Windows = " ";
Arch = "󰣇";
Ubuntu = "";
Macos = "󰀵";
Manjaro = " ";
Nobara = " ";
Unknown = "󰠥";
};
};
character = {
success_symbol = "[>](green bold)";
error_symbol = "[x](red bold)";