diff options
author | 05356787 <05356787@localhost.localdomain> | 2008-10-31 13:10:02 -0200 |
---|---|---|
committer | 05356787 <05356787@localhost.localdomain> | 2008-10-31 13:10:02 -0200 |
commit | 7608bb025507f0beb235abb5e1ef7ad84148892c (patch) | |
tree | fe39c998415fe91f5d3cb1437fc781ed9cae1658 /hardinfo2/computer.c | |
parent | 1d2c77e7e1b4c3fcbc6a36dd89fe3287c324e032 (diff) |
Add filesystem usage bars
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r-- | hardinfo2/computer.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index f51fdb36..1bee7f3e 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -313,11 +313,13 @@ gchar *callback_locales() gchar *callback_fs() { return g_strdup_printf("[$ShellParam$]\n" - "ViewType=1\n" + "ViewType=4\n" "ReloadInterval=5000\n" - "ColumnTitle$TextValue=Device\n" - "ColumnTitle$Value=Free\n" + "NormalizePercentage=false\n" "ColumnTitle$Extra1=Total\n" + "ColumnTitle$Extra2=Available\n" + "ColumnTitle$Progress=Usage %%\n" + "ColumnTitle$TextValue=Device\n" "ShowColumnHeaders=true\n" "[Mounted File Systems]\n%s\n", fs_list); } |