upd fastfetch
This commit is contained in:
@@ -1,35 +1,8 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
programs.fastfetch = {
|
programs.fastfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
};
|
||||||
logo = {
|
home.file.".config/fastfetch/config.jsonc" = {
|
||||||
source = "nixos_small";
|
source = builtins.toPath ./small.jsonc;
|
||||||
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"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
|
"logo": {
|
||||||
|
"type": "small",
|
||||||
|
"padding": {
|
||||||
|
"right": 13
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"key": "\u001b[11D{#31}██ Distro",
|
||||||
|
"type": "os"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "\u001b[11D{#32}██ Kernel",
|
||||||
|
"type": "kernel"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "\u001b[11D{#33}██ Uptime",
|
||||||
|
"type": "uptime"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "\u001b[11D{#35}██ Shell",
|
||||||
|
"type": "shell"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "\u001b[11D{#36}██ Local IP",
|
||||||
|
"type": "localip"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "\u001b[11D{#37}██ Memory",
|
||||||
|
"type": "memory"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "\u001b[11D{#38}██ Home",
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user