2020-08-23 20:03:16 +02:00
|
|
|
[module/weather]
|
|
|
|
type = custom/script
|
|
|
|
interval = 10
|
|
|
|
format = <label>
|
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${colors.foreground}
|
|
|
|
format-underline = ${colors.orange}
|
|
|
|
format-foreground = ${colors.foreground}
|
|
|
|
format-background = ${colors.background}
|
2021-02-18 21:33:39 +01:00
|
|
|
exec = python -u ~/scripts/polybar/weather.py
|
|
|
|
tail = true
|