16 lines
252 B
Markdown
16 lines
252 B
Markdown
# Script: info-redshift-temp
|
|
|
|
This script displays the current color temperature.
|
|
|
|

|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/info-redshift-temp]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-redshift-temp.sh
|
|
interval = 5
|
|
```
|