From 2fca39ef3d4f72bc569866850465a32c75be1d8d Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Mon, 20 May 2024 18:12:56 +0530 Subject: [PATCH] updated fanstat --- .local/bin/fanstat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/fanstat b/.local/bin/fanstat index c04102b..1043e68 100755 --- a/.local/bin/fanstat +++ b/.local/bin/fanstat @@ -6,7 +6,7 @@ if [ -f ~/.local/bin/fanctl ]; then source ~/.local/bin/stats/fanstat # Output the values in JSON format using printf - printf '{"text": "%s", "tooltip": "%s", "class": "%s"}\n' "$textstat" "$tooltipstat" "$classstat" + printf 'Speed: %s\n' "$textstat" else echo "{\"error\": \"File not found\"}" fi