From dfcc303e7cc284a45f55bae81ed888dc256432b8 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 07:49:11 -0400 Subject: Consolidated status bar scripts for dwmstatus --- .local/bin/statusbar/bar-gpu | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .local/bin/statusbar/bar-gpu (limited to '.local/bin/statusbar/bar-gpu') diff --git a/.local/bin/statusbar/bar-gpu b/.local/bin/statusbar/bar-gpu deleted file mode 100755 index 5351a2f..0000000 --- a/.local/bin/statusbar/bar-gpu +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -temp="$(sensors | awk '/edge/ { print $2 } ')" -fan="$(sensors | awk '/fan1/ { print $2 } ')" -power="$(sensors | awk '/power1/ { print $2 } ')" -echo -n "${temp#+} $fan RPM" -- cgit v1.2.3