feat(fastfetch): changed config
This commit is contained in:
+66
-37
@@ -10,69 +10,98 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
display = {
|
display = {
|
||||||
separator = " ";
|
separator = " : ";
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
"break"
|
{
|
||||||
"break"
|
type = "command";
|
||||||
"title"
|
key = " ";
|
||||||
|
keyColor = "blue";
|
||||||
|
text = "splash=$(hakase-hyprlock-text-generator);echo $splash";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "custom";
|
||||||
|
format = "╭──────────────────────────────────────────╮";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
type = "os";
|
type = "os";
|
||||||
key = "os ";
|
key = " OS";
|
||||||
keyColor = "33";
|
format = "{2}";
|
||||||
|
keyColor = "red";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "kernel";
|
type = "kernel";
|
||||||
key = "kernel";
|
key = " Kernel";
|
||||||
keyColor = "33";
|
format = "{2}";
|
||||||
}
|
keyColor = "red";
|
||||||
|
|
||||||
{
|
|
||||||
type = "host";
|
|
||||||
format = "{2} {1}";
|
|
||||||
key = "host ";
|
|
||||||
keyColor = "33";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "packages";
|
type = "packages";
|
||||||
format = "{} (nix)";
|
key = " Pkgs";
|
||||||
key = "pkgs ";
|
keyColor = "green";
|
||||||
keyColor = "33";
|
}
|
||||||
|
{
|
||||||
|
type = "terminal";
|
||||||
|
key = " Terminal";
|
||||||
|
keyColor = "yellow";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "wm";
|
||||||
|
key = " WM";
|
||||||
|
format = "{2}";
|
||||||
|
keyColor = "yellow";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "custom";
|
||||||
|
format = "╰──────────────────────────────────────────╯";
|
||||||
|
}
|
||||||
|
"break"
|
||||||
|
{
|
||||||
|
type = "title";
|
||||||
|
key = " ";
|
||||||
|
format = "{6} {7} {8}";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "custom";
|
||||||
|
format = "╭──────────────────────────────────────────╮";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "cpu";
|
type = "cpu";
|
||||||
format = " {1}";
|
format = "{1} @ {7}";
|
||||||
key = "cpu";
|
key = " CPU";
|
||||||
keyColor = "33";
|
keyColor = "blue";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "gpu";
|
type = "gpu";
|
||||||
format = " {2}";
|
format = "{1} {2}";
|
||||||
key = "gpu";
|
key = " GPU";
|
||||||
|
keyColor = "blue";
|
||||||
hideType = "integrated";
|
hideType = "integrated";
|
||||||
keyColor = "33";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "memory";
|
type = "memory";
|
||||||
key = "memory";
|
key = " Memory";
|
||||||
keyColor = "33";
|
keyColor = "magenta";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "disk";
|
type = "disk";
|
||||||
key = "disk";
|
key = " OS Age";
|
||||||
keyColor = "33";
|
folders = "/";
|
||||||
folders = ["/"]; # Restricts output to only the root partition
|
keyColor = "red";
|
||||||
format = " {1} / {2} ({3})"; # Output: Used / Total (Percentage)
|
format = "{days} days";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "uptime";
|
||||||
|
key = " Uptime";
|
||||||
|
keyColor = "red";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "custom";
|
||||||
|
format = "╰──────────────────────────────────────────╯";
|
||||||
}
|
}
|
||||||
# {
|
|
||||||
# type = "uptime";
|
|
||||||
# key = "uptime";
|
|
||||||
# keyColor = "33";
|
|
||||||
# }
|
|
||||||
"break"
|
|
||||||
{
|
{
|
||||||
type = "colors";
|
type = "colors";
|
||||||
paddingLeft = "2";
|
paddingLeft = 2;
|
||||||
symbol = "circle";
|
symbol = "circle";
|
||||||
}
|
}
|
||||||
"break"
|
"break"
|
||||||
|
|||||||
Reference in New Issue
Block a user