mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 22:23:09 +01:00
fastfetch: dedupe repetitive values
This commit is contained in:
parent
7b1b8e5655
commit
389e02e602
@ -1,101 +1,94 @@
|
|||||||
{
|
{
|
||||||
programs.fastfetch = {
|
programs.fastfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
logo = {
|
display = {
|
||||||
source = ./nixos.png;
|
color = {
|
||||||
type = "kitty-direct";
|
keys = "35";
|
||||||
height = 15;
|
output = "90";
|
||||||
width = 30;
|
};
|
||||||
padding = {
|
|
||||||
top = 3;
|
|
||||||
left = 3;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
logo = {
|
||||||
|
source = ./nixos.png;
|
||||||
|
type = "kitty-direct";
|
||||||
|
height = 15;
|
||||||
|
width = 30;
|
||||||
|
padding = {
|
||||||
|
top = 3;
|
||||||
|
left = 3;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
"break"
|
"break"
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "┌──────────────────────Hardware──────────────────────┐";
|
format = "┌──────────────────────Hardware──────────────────────┐";
|
||||||
outputColor = "90";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "cpu";
|
type = "cpu";
|
||||||
key = "│ ";
|
key = "│ ";
|
||||||
keyColor = "35";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "gpu";
|
type = "gpu";
|
||||||
key = "│ ";
|
key = "│ ";
|
||||||
keyColor = "35";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "memory";
|
type = "memory";
|
||||||
key = "│ ";
|
key = "│ ";
|
||||||
keyColor = "35";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "└────────────────────────────────────────────────────┘";
|
format = "└────────────────────────────────────────────────────┘";
|
||||||
outputColor = "90";
|
|
||||||
}
|
}
|
||||||
"break"
|
"break"
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "┌──────────────────────Software──────────────────────┐";
|
format = "┌──────────────────────Software──────────────────────┐";
|
||||||
outputColor = "90";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = " OS -> ZaneyOS 2.2";
|
format = " OS -> ZaneyOS 2.2";
|
||||||
outputColor = "60";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "kernel";
|
type = "kernel";
|
||||||
key = "│ ├";
|
key = "│ ├ ";
|
||||||
keyColor = "31";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "packages";
|
type = "packages";
|
||||||
key = "│ ├";
|
key = "│ ├ ";
|
||||||
keyColor = "31";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "shell";
|
type = "shell";
|
||||||
key = "└ └";
|
key = "└ └ ";
|
||||||
keyColor = "31";
|
|
||||||
}
|
}
|
||||||
"break"
|
"break"
|
||||||
{
|
{
|
||||||
type = "wm";
|
type = "wm";
|
||||||
key = " WM";
|
key = " WM";
|
||||||
keyColor = "32";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "wmtheme";
|
type = "wmtheme";
|
||||||
key = "│ ├";
|
key = "│ ├ ";
|
||||||
keyColor = "32";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "terminal";
|
type = "terminal";
|
||||||
key = "└ └";
|
key = "└ └ ";
|
||||||
keyColor = "32";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "└────────────────────────────────────────────────────┘";
|
format = "└────────────────────────────────────────────────────┘";
|
||||||
outputColor = "90";
|
|
||||||
}
|
}
|
||||||
"break"
|
"break"
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "┌────────────────────Uptime / Age────────────────────┐";
|
format = "┌────────────────────Uptime / Age────────────────────┐";
|
||||||
outputColor = "90";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "command";
|
type = "command";
|
||||||
key = "│ ";
|
key = "│ ";
|
||||||
keyColor = "33";
|
|
||||||
text = #bash
|
text = #bash
|
||||||
''
|
''
|
||||||
birth_install=$(stat -c %W /)
|
birth_install=$(stat -c %W /)
|
||||||
@ -107,13 +100,11 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "uptime";
|
type = "uptime";
|
||||||
key = "│ ";
|
key = "│ ";
|
||||||
keyColor = "33";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "custom";
|
type = "custom";
|
||||||
format = "└────────────────────────────────────────────────────┘";
|
format = "└────────────────────────────────────────────────────┘";
|
||||||
outputColor = "90";
|
|
||||||
}
|
}
|
||||||
"break"
|
"break"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user