Remove redundant CPU temperature script since CPU temperature is now available and used via built-in Waybar module.
This commit is contained in:
parent
d40c8c950f
commit
c6af0ce4f5
@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# Copyright 2021 Inference
|
|
||||||
|
|
||||||
# 1.0.0.1
|
|
||||||
|
|
||||||
|
|
||||||
sensors | grep "Tctl" | tr -d '+' | awk '{print $2}'
|
|
Loading…
x
Reference in New Issue
Block a user