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" +