switched hyfetch backend to fastfetch

This commit is contained in:
willifan 2024-10-11 18:05:41 +02:00
parent 8125e5f987
commit b0a7d05201

View file

@ -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"
];
};
};
}; };
} }