Add openweather widget to polybar
This commit is contained in:
parent
e9495e34ab
commit
4bf95217f9
3 changed files with 67 additions and 1 deletions
|
@ -45,3 +45,11 @@
|
|||
[module/bsp-layout-secondary]
|
||||
inherit = module/bsp-layout
|
||||
exec = bsp-layout get $(bspc query -D --names -d ${MONITOR_SECONDARY}:focused)
|
||||
|
||||
[module/openweather]
|
||||
type = custom/script
|
||||
exec = $HOME/.config/polybar/scripts/openweather.sh
|
||||
interval = 600
|
||||
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = ${colors.green}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue