11 lines
323 B
INI
Executable File
11 lines
323 B
INI
Executable File
[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}
|
|
exec = python -u ~/.config/polybar/scripts/weather.py
|
|
tail = true |