home/bottom: don't show temperature sensor data
This commit is contained in:
@@ -2,6 +2,40 @@
|
||||
{
|
||||
programs.bottom = {
|
||||
enable = true;
|
||||
settings.flags.enable_gpu = true;
|
||||
settings = {
|
||||
flags.enable_gpu = true;
|
||||
|
||||
row = [
|
||||
{
|
||||
ratio = 30;
|
||||
child = [{ type = "cpu"; }];
|
||||
}
|
||||
{
|
||||
ratio = 40;
|
||||
child = [
|
||||
{
|
||||
ratio = 4;
|
||||
type = "mem";
|
||||
}
|
||||
{
|
||||
ratio = 3;
|
||||
type = "disk";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
ratio = 30;
|
||||
child = [
|
||||
{
|
||||
type = "net";
|
||||
}
|
||||
{
|
||||
default = true;
|
||||
type = "proc";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user