mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-30 03:51:28 +00:00
20 lines
244 B
Markdown
20 lines
244 B
Markdown
# Script: system-fan-speed
|
|
|
|
A shell script which displays the fan speed.
|
|
|
|
|
|
## Dependencies
|
|
|
|
* `lm_sensors`
|
|
* `bc`
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/system-fan-speed]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/system-fan-speed.sh
|
|
interval = 10
|
|
```
|