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