From 3718ac5eb3aae770e0b50e44b514c276376f1bcf Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 3 Aug 2025 21:29:53 +0530 Subject: move to hyprland --- .local/bin/statusbar/sb-memory | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 .local/bin/statusbar/sb-memory (limited to '.local/bin/statusbar/sb-memory') diff --git a/.local/bin/statusbar/sb-memory b/.local/bin/statusbar/sb-memory deleted file mode 100755 index b894ca1..0000000 --- a/.local/bin/statusbar/sb-memory +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# echo "[  $(free --mebi | sed -n '2{p;q}' | awk '{printf ("%2.2fGiB", ( $3 / 1024), ($2 / 1024))}') $(sensors | awk '/Core 0/ {print " " $3}') ]" - -echo "[  $(free -h --si | sed -n "2s/\([^ ]* *\)\{2\}\([^ ]*\).*/\2/p")  $(grep -o "^[^ ]*" /proc/loadavg ) ]" -- cgit v1.2.3