Patrick Ziegler

Results 306 comments of Patrick Ziegler

So this only happens when you start polybar during boot? How and where exactly do you start polybar? Could you post the polybar output when this happens? (You may need...

There is a bug in the XCB library (which we use for all interactions with the X server) where initially, the keyboard layout is set to `us`: https://github.com/polybar/polybar/wiki/Known-Issues#xkeyboard-module-starts-with-us-layout-at-startup At least...

> Adding -vvv to the polybar flags keeps systemd from complaining That's because `polybar -vvv` only prints polybar version information and doesn't actually start a bar. Your problem is that...

> polybar|error: X connection error... (what: Socket, pipe or stream error) I get the same error when polybar starts with an invalid value for `DISPLAY`. What is the value of...

Can you post the entire polybar log when this happens. My guess is that the tray is positioned behind the bar by i3. Please also post the bar section of...

I think you are suffering from the same thing as reported in #425, just the other way around. I think the solution here might be to set `override-redirect = true`....

Minimal config: ``` [colors] background = #2e3440 background2 = #3b4252 selection = #bf616a foreground = #d8dee9 [module/i3] type = internal/i3 pin-workspaces = true enable-scroll=false wrapping-scroll = false label-focused = %index%...

@semeion, @ltoenning We will fix this in 3.5.2 (#2296), but this is unrelated to the original issue.

I think, we need to start working on parts of this. The first step should probably be to merge the `process_eventqueue` thread into the `read_events` loop so that there is...