mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
waybar: add cpu temperature widget
This commit is contained in:
parent
d547f3db83
commit
c51774f030
4 changed files with 10 additions and 5 deletions
|
|
@ -8,6 +8,11 @@
|
|||
"format": " {:%a, %d %b %H:%M}", // replace %I with %H for 24h format
|
||||
},
|
||||
|
||||
"temperature": {
|
||||
"hwmon-path": "/sys/devices/pci0000:00/0000:00:08.1/0000:03:00.0/hwmon/hwmon3/temp1_input",
|
||||
"format": " {temperatureC}°C"
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": "{icon} {capacity}%",
|
||||
Loading…
Add table
Add a link
Reference in a new issue