Configure glances
This commit is contained in:
parent
d809ab9fb6
commit
c350b55948
5 changed files with 93 additions and 12 deletions
23
hosts/nixedo/services/homepage/layout.nix
Normal file
23
hosts/nixedo/services/homepage/layout.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
[
|
||||
{
|
||||
Glances = {
|
||||
columns = 4;
|
||||
header = false;
|
||||
style = "row";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
Media = {
|
||||
header = true;
|
||||
style = "column";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
Services = {
|
||||
header = true;
|
||||
style = "column";
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue