fastfetch config
This commit is contained in:
+50
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user