Remove redundant CPU temperature script since CPU temperature is now available and used via built-in Waybar module.

This commit is contained in:
inference 2022-12-25 07:48:34 +00:00
parent d40c8c950f
commit c6af0ce4f5

View File

@ -1,8 +0,0 @@
#!/usr/bin/env bash
# Copyright 2021 Inference
# 1.0.0.1
sensors | grep "Tctl" | tr -d '+' | awk '{print $2}'