diff options
Diffstat (limited to 'ar/.local/bin')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-cpubars | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-cpubars b/ar/.local/bin/statusbar/sb-cpubars index ce677ef..4b03fa6 100755 --- a/ar/.local/bin/statusbar/sb-cpubars +++ b/ar/.local/bin/statusbar/sb-cpubars @@ -18,7 +18,6 @@ esac stats=$(awk '/cpu[0-9]+/ {printf "%d %d %d\n", substr($1,4), ($2 + $3 + $4 + $5), $5 }' /proc/stat) [ ! -f $cache ] && echo "$stats" >"$cache" old=$(cat "$cache") -printf "🪨" echo "$stats" | while read -r row; do id=${row%% *} rest=${row#* } |
