1
0
Fork 0

Save system-monitor options

This commit is contained in:
Malte Brandy 2021-07-06 11:57:22 +02:00
parent 150abd69ac
commit 966506018b
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -42,5 +42,22 @@ in
region = "en_DK.UTF-8";
};
"org/gnome/shell/extensions/system-monitor" = {
center-display = true;
compact-display = true;
cpu-show-menu = false;
cpu-show-text = false;
cpu-style = "graph";
icon-display = false;
memory-show-text = false;
memory-style = "graph";
move-clock = false;
net-show-menu = true;
net-show-text = false;
net-speed-in-bits = true;
net-style = "both";
show-tooltip = true;
};
};
}