Upload New File
This commit is contained in:
parent
e15374a051
commit
1030ab8c7d
11
arch-config/.config/polybar/modules/weather.ini
Normal file
11
arch-config/.config/polybar/modules/weather.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[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
|
Loading…
Reference in New Issue
Block a user