From 82df70eff06e7b44ee84283070d7f801f7fc1d92 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sat, 6 Nov 2021 20:25:45 -0400 Subject: initial commit --- .local/bin/statusbar/bar-gpu | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100755 index 0000000..5351a2f --- /dev/null +++ b/.local/bin/statusbar/bar-gpu @@ -0,0 +1,6 @@ +#!/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