made system boot faster,

changed shxkd config
changed starship config
This commit is contained in:
ISnortPennies 2023-01-25 21:32:29 -05:00
parent 0a10e29581
commit 48179c0221
7 changed files with 25 additions and 13 deletions

View file

@ -17,7 +17,7 @@
enable = true;
settings = {
add_newline = false;
format = "$sudo \n $directory$git_branch$character";
format = "$sudo$cmd_duration \n $directory$git_branch$character";
character = {
success_symbol = "[ ](#9ece6a bold)";
error_symbol = "[ ](#db4b4b bold)";
@ -32,6 +32,10 @@
format = "[ ](#7aa2f7)";
disabled = false;
};
cmd_duration = {
min_time = 5000;
style = "bold #9ece6a";
};
};
};
};