2024-06-24 21:53:35 +02:00
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
programs.hyfetch = {
|
|
|
|
enable = true;
|
|
|
|
settings = {
|
|
|
|
preset = "lesbian";
|
|
|
|
mode = "rgb";
|
|
|
|
color_align = {
|
|
|
|
mode = "horizontal";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-08-22 22:02:54 +02:00
|
|
|
programs.fastfetch = {
|
|
|
|
enable = true;
|
|
|
|
settings = {
|
|
|
|
logo = {
|
|
|
|
type = "kitty-direct";
|
|
|
|
source = ../resources/fetch.png;
|
|
|
|
width = 31;
|
|
|
|
height = 15;
|
|
|
|
padding = {
|
|
|
|
top = 1;
|
|
|
|
left = 2;
|
|
|
|
right = 0;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
modules = [
|
|
|
|
"break"
|
|
|
|
"title"
|
|
|
|
"break"
|
|
|
|
{ type = "host"; format = "{3}"; }
|
|
|
|
{ type = "os"; format = "{2}"; }
|
|
|
|
"de"
|
|
|
|
"shell"
|
|
|
|
"kernel"
|
|
|
|
{ type = "cpu"; format = "{1}"; }
|
|
|
|
{ type = "gpu"; format = "{1} {2}"; }
|
|
|
|
{ type = "terminal"; format = "{5}"; }
|
|
|
|
"terminalfont"
|
|
|
|
"break"
|
|
|
|
"colors"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
2024-06-24 21:53:35 +02:00
|
|
|
}
|