mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
14 lines
268 B
Markdown
14 lines
268 B
Markdown
|
# 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
|
||
|
```
|