changed custom temp widget
This commit is contained in:
@@ -15,11 +15,11 @@ exec = ~/.config/polybar/scripts/get_mic_status
|
||||
interval=1
|
||||
label=%output%
|
||||
|
||||
[module/temp_custom]
|
||||
[module/cpu_temp]
|
||||
type = custom/script
|
||||
exec = sensors | awk '/Core/ {print $3}' | head -n 1 | tr -d +
|
||||
exec = sensors | awk '/Core/ {printf "%.0f\n", $3}' | tail -n1
|
||||
interval=1
|
||||
label= CPU:%output%
|
||||
label= @ %output%C
|
||||
|
||||
[module/checknetwork]
|
||||
type = custom/script
|
||||
|
||||
Reference in New Issue
Block a user