added custom temperature widget

This commit is contained in:
2021-06-24 09:48:30 +02:00
parent 3eaa426c5c
commit e3fd87259a
4 changed files with 9 additions and 4 deletions
+5
View File
@@ -15,6 +15,11 @@ exec = ~/.config/polybar/scripts/get_mic_status
interval=1
label=%output%
[module/temp_custom]
type = custom/script
exec = sensors | awk '/Core/ {print $3}' | head -n 1 | tr -d +
interval=1
label= CPU:%output%
[module/checknetwork]
type = custom/script