Rename sysmon display to visualization
Update sysmon stat from disk_pct to disk_free_pct.
This commit is contained in:
@@ -38,9 +38,9 @@
|
|||||||
spacer_3.type = "spacer";
|
spacer_3.type = "spacer";
|
||||||
|
|
||||||
sysmon = {
|
sysmon = {
|
||||||
display = "text";
|
visualization = "text";
|
||||||
path = "/home";
|
path = "/home";
|
||||||
stat = "disk_pct";
|
stat = "disk_free_pct";
|
||||||
};
|
};
|
||||||
|
|
||||||
tray.hidden = ["nm-applet" "Easy Effects"];
|
tray.hidden = ["nm-applet" "Easy Effects"];
|
||||||
|
|||||||
Reference in New Issue
Block a user