mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 18:03:13 +00:00
21 lines
310 B
Markdown
21 lines
310 B
Markdown
|
# Script: system-cpu-temppercore
|
||
|
|
||
|
A script that displays the temperature for each core.
|
||
|
|
||
|
![system-cpu-temppercore](screenshots/1.png)
|
||
|
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
* `lm_sensors`
|
||
|
|
||
|
|
||
|
## Module
|
||
|
|
||
|
```ini
|
||
|
[module/system-cpu-temppercore]
|
||
|
type = custom/script
|
||
|
exec = ~/polybar-scripts/system-cpu-temppercore.sh
|
||
|
interval = 60
|
||
|
```
|