mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-09 10:23:11 +00:00
16 lines
252 B
Markdown
16 lines
252 B
Markdown
# Script: info-redshift-temp
|
|
|
|
This script displays the current color temperature.
|
|
|
|
![info-redshift](screenshots/1.png)
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/info-redshift-temp]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-redshift-temp.sh
|
|
interval = 5
|
|
```
|