You are not logged in.
I just installed bspwm WM on my Arch. I wanted to know how to configure the weather icon and info on polybar.
I used this script -> https://github.com/polybar/polybar-scri … -simple.sh
I renamed it to oweather.sh, gave it permissions to execute.
The temperature values are correct but the rest of the icons are wrong. I installed ttf-weather-icons as mentioned in the link and also called it in my polybar config file. I don't know where I went wrong but the icon is
wrong than what is should be.
This is the font I defined in my config file.
font-5 = "Weather Icons:size=12;1"
[module/oweather]
type = custom/script
exec = ~/.config/polybar/oweather.sh
interval = 600
label-active-font = 6
Offline
You probably need 'label-font = 6', not 'label-active-font = 6'
Offline