You are not logged in.

#1 2020-11-27 07:51:45

Neo_077
Member
Registered: 2019-08-20
Posts: 5

Wrong icon appearing for weather info on polybar Arch bspwm

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

#2 2020-11-27 17:40:25

patrickziegler
Member
From: ::1
Registered: 2018-11-02
Posts: 29
Website

Re: Wrong icon appearing for weather info on polybar Arch bspwm

You probably need 'label-font = 6', not 'label-active-font = 6'

Offline

Board footer

Powered by FluxBB