From e1219c5d0506fdcf8e07ff0e98e6fdd475004ad2 Mon Sep 17 00:00:00 2001 From: siinus Date: Sun, 14 Aug 2022 17:39:44 +0300 Subject: [PATCH] Add hmm, temp... to i3blocks --- i3/.i3/blocks/temp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 i3/.i3/blocks/temp diff --git a/i3/.i3/blocks/temp b/i3/.i3/blocks/temp new file mode 100755 index 0000000..d443240 --- /dev/null +++ b/i3/.i3/blocks/temp @@ -0,0 +1,6 @@ +#!/bin/sh + +TEMP=`sensors | awk '/Tctl/ {print $2}'` + +echo "$TEMP" +