fix fastfetch
This commit is contained in:
parent
fd3f4a7a64
commit
274576f829
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
setopt autocd
|
||||
setopt noautomenu
|
||||
setopt nomenucomplete
|
||||
setopt TRANSIENT_RPROMPT
|
||||
|
||||
run() {
|
||||
pkg="$1"
|
||||
|
|
BIN
resources/fetch.png
Normal file
BIN
resources/fetch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
Loading…
Reference in New Issue
Block a user