1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-10-07 04:22:53 +00:00
Dotfiles/.config/polybar/polybar-scripts/system-cpu-frequency/README.md

14 lines
268 B
Markdown
Raw Normal View History

2020-07-27 04:59:00 +00:00
# Script: system-cpu-frequency
A shell script that shows the average core frequency (average over number, not over time) in GHz.
## Module
```ini
[module/system-cpu-frequency]
type = custom/script
exec = ~/polybar-scripts/system-cpu-frequency.sh
interval = 10
```