Removed stylix

This commit is contained in:
2025-10-28 23:56:03 -04:00
parent c3eb30b199
commit a4588c49aa
3 changed files with 23 additions and 43 deletions

View File

@@ -14,24 +14,24 @@
settings = {
add_newline = true;
format = pkgs.lib.concatStrings [
"[](#a3aed2)"
"[ 󱄅 ](bg:#a3aed2 fg:#090c0c)"
"[](bg:#769ff0 fg:#a3aed2)"
"[](#f38ba8)"
"[ 󱄅 ](fg:#1e1e2e bg:#f38ba8)"
"[](fg:#f38ba8 bg:#fab387)"
"$directory"
"[](fg:#769ff0 bg:#394260)"
"[](fg:#fab387 bg:#f9e2af)"
"$git_branch"
"$git_status"
"[](fg:#394260 bg:#212736)"
"[](fg:#f9e2af bg:#a6e3a1)"
"$nodejs"
"$rust"
"$golang"
"$php"
"[](fg:#212736)"
"[](fg:#a6e3a1)"
"$line_break"
"$character"
];
directory = {
style = "fg:#e3e5e5 bg:#769ff0";
style = "fg:#1e1e2e bg:#fab387";
format = "[ $path ]($style)";
truncation_length = 3;
truncation_symbol = "/";
@@ -44,32 +44,32 @@
};
git_branch = {
symbol = "";
style = "bg:#394260";
format = "[[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)";
style = "bg:#f9e2af";
format = "[[ $symbol $branch ](fg:#1e1e2e bg:#f9e2af)]($style)";
};
git_status = {
style = "bg:#394260";
format = "[[($all_status$ahead_behind )](fg:#769ff0 bg:#394260)]($style)";
style = "bg:#f9e2af";
format = "[[($all_status$ahead_behind )](fg:#1e1e2e bg:#f9e2af)]($style)";
};
nodejs = {
symbol = "";
style = "bg:#212736";
format = "[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)";
style = "bg:#a6e3a1";
format = "[[ $symbol ($version) ](fg:#1e1e2e bg:#a6e3a1)]($style)";
};
rust = {
symbol = "";
style = "bg:#212736";
format = ''[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'';
style = "bg:#a6e3a1";
format = ''[[ $symbol ($version) ](fg:#1e1e2e bg:#a6e3a1)]($style)'';
};
golang = {
symbol = "";
style = "bg:#212736";
format = "[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)";
style = "bg:#a6e3a1";
format = "[[ $symbol ($version) ](fg:#1e1e2e bg#a6e3a1)]($style)";
};
php = {
symbol = "";
style = "bg:#212736";
format = "[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)";
style = "bg:#a6e3a1";
format = "[[ $symbol ($version) ](fg:#1e1e2e bg:#a6e3a1)]($style)";
};
scan_timeout = 100;
};
@@ -80,7 +80,7 @@
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
shellAliases = {
stu = "ssh tamassno@stu.cs.jmu.edu";
stu = "ssh stu";
};
};
};