switched hyfetch backend to fastfetch
This commit is contained in:
parent
8125e5f987
commit
b0a7d05201
1 changed files with 31 additions and 1 deletions
|
@ -14,12 +14,42 @@
|
||||||
custom_colors = [];
|
custom_colors = [];
|
||||||
fore_back = null;
|
fore_back = null;
|
||||||
};
|
};
|
||||||
backend = "neofetch";
|
backend = "fastfetch";
|
||||||
args = null;
|
args = null;
|
||||||
distro = null;
|
distro = null;
|
||||||
pride_month_shown = [];
|
pride_month_shown = [];
|
||||||
pride_month_disable = false;
|
pride_month_disable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.fastfetch = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
modules = [
|
||||||
|
"title"
|
||||||
|
"separator"
|
||||||
|
"os"
|
||||||
|
"host"
|
||||||
|
{
|
||||||
|
type = "localip";
|
||||||
|
showIpv6 = false;
|
||||||
|
showMac = false;
|
||||||
|
showSpeed = false;
|
||||||
|
showMtu = false;
|
||||||
|
showLoop = false;
|
||||||
|
showFlags = false;
|
||||||
|
}
|
||||||
|
"kernel"
|
||||||
|
"uptime"
|
||||||
|
"packages"
|
||||||
|
"shell"
|
||||||
|
"wm"
|
||||||
|
"cpu"
|
||||||
|
"gpu"
|
||||||
|
"memory"
|
||||||
|
"break"
|
||||||
|
"colors"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue