Added: Toggle for showing free disk space for privileged or normal users

This commit is contained in:
aristocratos
2022-02-13 00:33:20 +01:00
parent d804d3ab33
commit baabbe78b2
3 changed files with 14 additions and 3 deletions

View File

@@ -151,6 +151,8 @@ namespace Config {
{"use_fstab", "#* Read disks list from /etc/fstab. This also disables only_physical."},
{"disk_free_priv", "#* Set to true to show available disk space for privileged users."},
{"show_io_stat", "#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view."},
{"io_mode", "#* Toggles io mode for disks, showing big graphs for disk read/write speeds."},
@@ -242,6 +244,7 @@ namespace Config {
{"show_battery", true},
{"vim_keys", false},
{"tty_mode", false},
{"disk_free_priv", false},
{"force_tty", false},
{"lowcolor", false},
{"show_detailed", false},