hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.09k stars 33 forks source link

Polybar problem #52

Closed carabistouflette closed 2 years ago

carabistouflette commented 2 years ago

Please describe the bug The indexing of tags is strange with polybar

Steps to reproduce: Just use polybar and you'll see the problem when you'll open an app on the 2nd tag and not in the first one. i'm on the 4th tag: bug1

on the 2nd one: bug2 Expected behavior i expected to see all the tags (the problem is probably due to that-

Log: https://paste.ee/p/WWDnT

vaxerski commented 2 years ago

If workspaces are on a different monitor you need to add

pin-workspaces=false

to the polybar config to show them all.

Is that your problem? I can't quite get it as polybar has always worked ok for me

carabistouflette commented 2 years ago

no i only have 1 monitor so i don't thin that's the problem

carabistouflette commented 2 years ago

i just done what you said but no change the problem persists

vaxerski commented 2 years ago

that's... weird. Send your polybar config and preferably strip it of all the modules that arent the workspace module

carabistouflette commented 2 years ago

colorblocks.tar.gz

vaxerski commented 2 years ago

image

your config works without any issues on my end. (stripped colors and custom modules)

vaxerski commented 2 years ago

closing due to lack of activity.