1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-04 12:11:03 +02:00

docs(examples): fix incorrect cpu sensor name

Resolves #607
This commit is contained in:
Jake Stanger 2024-05-23 21:59:50 +01:00
parent 9db0cbcbdc
commit 057fdffc5f
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
5 changed files with 64 additions and 4 deletions

View file

@ -53,7 +53,7 @@ interval = 500
[[end]]
type = "sys_info"
format = [
" {cpu_percent}% | {temp_c:k10temp_Tccd1}°C",
" {cpu_percent}% | {temp_c:k10temp-Tccd1}°C",
" {memory_used} / {memory_total} GB ({memory_percent}%)",
"| {swap_used} / {swap_total} GB ({swap_percent}%)",
"󰋊 {disk_used:/} / {disk_total:/} GB ({disk_percent:/}%)",