Formatted

This commit is contained in:
willifan 2025-01-05 00:48:46 +01:00
parent d73191e526
commit fbfa70195b
63 changed files with 906 additions and 899 deletions

View file

@ -10,13 +10,13 @@
lightness = 0.69;
color_align = {
mode = "horizontal";
custom_colors = [];
custom_colors = [ ];
fore_back = null;
};
backend = "fastfetch";
args = null;
distro = null;
pride_month_shown = [];
pride_month_shown = [ ];
pride_month_disable = false;
};
};
@ -25,10 +25,10 @@
settings = {
modules = [
"title"
"separator"
"os"
"separator"
"os"
"host"
{
{
type = "localip";
showIpv6 = false;
showMac = false;
@ -36,18 +36,18 @@
showMtu = false;
showLoop = false;
showFlags = false;
}
"kernel"
"uptime"
"packages"
"shell"
"wm"
"cpu"
"gpu"
"memory"
"break"
"colors"
];
}
"kernel"
"uptime"
"packages"
"shell"
"wm"
"cpu"
"gpu"
"memory"
"break"
"colors"
];
};
};
}