fastfetch config

This commit is contained in:
2024-07-19 16:12:14 -04:00
parent 9cf5495395
commit 2d343f7374
+50 -1
View File
@@ -30,7 +30,6 @@
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
emacsPackages.pdf-tools emacsPackages.pdf-tools
exfatprogs exfatprogs
fastfetch
filezilla filezilla
firefox firefox
floorp floorp
@@ -42,6 +41,7 @@
grim grim
grimblast grimblast
htop htop
imagemagick
keepassxc keepassxc
libsForQt5.polkit-kde-agent libsForQt5.polkit-kde-agent
libtool libtool
@@ -208,6 +208,55 @@
epkgs.org-pdftools epkgs.org-pdftools
]; ];
}; };
fastfetch = {
enable = true;
settings = {
logo = {
source = "~/pictures/smol-penguin.png";
type = "kitty-direct";
width = 18;
height = 9;
padding = {
top = 2;
left = 1;
right = 3;
};
};
display = {
separator = " -> ";
};
modules = [
"title"
{
type = "custom";
format = " Env ";
}
{
type = "os";
key = "OS ";
}
{
type = "wm";
key = "WM ";
}
"editor"
"break"
{
type = "custom";
format = " Sys ";
}
"cpu"
"gpu"
{
type = "memory";
key = "MEM";
}
"vulkan"
"disk"
"battery"
];
};
};
feh.enable = true; feh.enable = true;
git = { git = {
enable = true; enable = true;