added fastfetch

This commit is contained in:
biscuit
2025-05-19 20:52:42 -05:00
parent c62421cfb6
commit dd3caf07d2
2 changed files with 37 additions and 5 deletions
+33 -1
View File
@@ -1,3 +1,35 @@
{...}: { {...}: {
programs.fastfetch.enable = true; programs.fastfetch = {
enable = true;
settings = {
logo = {
source = "nixos_small";
padding = {
right = 1;
};
};
display = {
size = {
binaryPrefix = "si";
};
color = "blue";
separator = " ";
};
modules = [
{
type = "datetime";
key = "Date";
format = "{1}-{3}-{11}";
}
{
type = "datetime";
key = "Time";
format = "{14}:{17}:{20}";
}
"break"
"player"
"media"
];
};
};
} }
+4 -4
View File
@@ -17,10 +17,10 @@
gaps_in = 2; gaps_in = 2;
gaps_out = 5; gaps_out = 5;
border_size = 2; border_size = 2;
col = { # col = {
inactive_border = "rgba(595959aa)"; # "inactive_border" = "rgba(595959aa)";
active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg"; # "active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
}; # };
resize_on_border = false; resize_on_border = false;
allow_tearing = false; allow_tearing = false;
layout = "dwindle"; layout = "dwindle";