summaryrefslogtreecommitdiff
path: root/ar/.local/bin
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-07 10:27:20 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-07 10:27:20 +0900
commit7ebd222b1de38e827172d7b158a25c7c73684f2f (patch)
tree392bb86efbae2f00569a52b70f63a1a4c5655594 /ar/.local/bin
parent6d86033c32ce2c1d9a52a5013a83c7f8cbbbf36c (diff)
modified core/autocmds.lua, modified plugins/lsp.lua, modified plugins/markdown.lua, modified statusbar/sb-cpubars
Diffstat (limited to 'ar/.local/bin')
-rwxr-xr-xar/.local/bin/statusbar/sb-cpubars1
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#* }