Fastfetch config
This commit is contained in:
32
home.nix
32
home.nix
@@ -39,19 +39,33 @@
|
|||||||
binaryPrefix = "si";
|
binaryPrefix = "si";
|
||||||
};
|
};
|
||||||
color = "blue";
|
color = "blue";
|
||||||
separator = " ";
|
separator = ": ";
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
{
|
"title"
|
||||||
type = "datetime";
|
"separator"
|
||||||
key = "Date";
|
"os"
|
||||||
format = "{1}-{3}-{11}";
|
"host"
|
||||||
}
|
"uptime"
|
||||||
|
"kernel"
|
||||||
|
"packages"
|
||||||
|
"lm"
|
||||||
|
"de"
|
||||||
|
"wm"
|
||||||
|
"shell"
|
||||||
|
"terminal"
|
||||||
|
"terminalfont"
|
||||||
{
|
{
|
||||||
type = "datetime";
|
key = "Display";
|
||||||
key = "Time";
|
type = "display";
|
||||||
format = "{14}:{17}:{20}";
|
|
||||||
}
|
}
|
||||||
|
"cpu"
|
||||||
|
"gpu"
|
||||||
|
"memory"
|
||||||
|
"swap"
|
||||||
|
"disk"
|
||||||
|
"datetime"
|
||||||
|
"colors"
|
||||||
"break"
|
"break"
|
||||||
"player"
|
"player"
|
||||||
"media"
|
"media"
|
||||||
|
Reference in New Issue
Block a user