From 59d9cd21ca2aabf285a13b4835ffe9ca767d4604 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Wed, 12 Feb 2014 12:23:02 +0100 Subject: [PATCH] base widget template added --- scripts/dfs | 10 ++++++---- wiki | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/dfs b/scripts/dfs index 1730b6e..d78d2bb 100755 --- a/scripts/dfs +++ b/scripts/dfs @@ -6,6 +6,8 @@ # Integrated into Lain in september 2013 # https://github.com/copycat-killer/lain +# Requires gawk + # ------------------------------------------------------------------------- # Decoding options # ------------------------------------------------------------------------- @@ -183,7 +185,7 @@ echo "$SORTED_FILE_SYSTEMS_INFO" | $AWK_COMMAND -v DEBUG=$DEBUG -v PATTERN=$PATT current_date = strftime ("%d-%m-%Y @ %H:%M:%S", localtime (systime ())); free_threshold = 10; # % - printf ("\n"); + printf ("\n"); printf ( \ "\n" \ @@ -197,9 +199,9 @@ echo "$SORTED_FILE_SYSTEMS_INFO" | $AWK_COMMAND -v DEBUG=$DEBUG -v PATTERN=$PATT "Mount point\n" \ "%% Usato (*)" \ " - %% Free (*)\n" \ - "%% Usato\n" \ - "Spazio libero\n" \ - "Spazio totale\n" \ + "%% Used\n" \ + "Free\n" \ + "Total\n" \ "\n" ); } else diff --git a/wiki b/wiki index 60ad9c7..6075408 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 60ad9c7c6b9fa533f10cd4ce4b2912165b76c0d9 +Subproject commit 60754084cf7bb69d7387484e12fa686c73cfe1bc -- 2.39.2