fixed bugs in fanctl

This commit is contained in:
Joel Mathew Thomas
2024-04-11 14:05:33 +05:30
parent 2581fec5fb
commit b44cdd894e
2 changed files with 23 additions and 13 deletions
+10
View File
@@ -59,7 +59,12 @@ case $1 in
text=$textstat text=$textstat
tooltip="$tooltipstat" tooltip="$tooltipstat"
class=$classstat class=$classstat
fi fi
else
text=$textstat
tooltip="$tooltipstat"
class=$classstat
fi fi
;; ;;
decr) decr)
@@ -75,7 +80,12 @@ case $1 in
text=$textstat text=$textstat
tooltip="$tooltipstat" tooltip="$tooltipstat"
class=$classstat class=$classstat
fi fi
else
text=$textstat
tooltip="$tooltipstat"
class=$classstat
fi fi
;; ;;
*) *)
+3 -3
View File
@@ -1,3 +1,3 @@
textstat=min textstat=auto
tooltipstat=30% tooltipstat=Auto
classstat=min classstat=auto