fix fastfetch

This commit is contained in:
Rachel Lambda Samuelsson 2024-08-22 22:02:54 +02:00
parent fd3f4a7a64
commit 274576f829
3 changed files with 33 additions and 0 deletions

View File

@ -10,4 +10,36 @@
}; };
}; };
}; };
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"
];
};
};
} }

View File

@ -29,6 +29,7 @@
setopt autocd setopt autocd
setopt noautomenu setopt noautomenu
setopt nomenucomplete setopt nomenucomplete
setopt TRANSIENT_RPROMPT
run() { run() {
pkg="$1" pkg="$1"

BIN
resources/fetch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB