Patrick Ziegler

Results 372 comments of Patrick Ziegler

There are a few bugs that you could work on: * #568, there has been some refactoring in #1213, maybe you could also incorporate that. * #428 * #702, you...

Can you also post the content of those two folders in `power_supply`? Your system is missing some files there that the battery module needs

That doesn't tell me anything :) I need to know what's behind those symlinks (one level deep is enough)

Yeah, so polybar is looking for the files `charge_now` and `charge_full` or `energy_now` and `energy_full` under the `axp20x-battery` directory. It needs those files to calculate the current capacity percentage and...

Anything related to subclassing `JSObject`, including `@JS.Export` doesn't work at all, because we haven't implented that part yet. I'll let you know once I make progress on this

Hmm, `DP-1-0` being a mirror of `HDMI-0` probably caused this. The i3 module (and the bspwm one) filters the set of workspaces by monitor name. In your case, i3 most...

I think better mirroring detection (and actually using that information across modules) is a good feature to have. So leaving this open

Maybe we could even add the ability to completely customize all separators: ```dosini modules-left = mpd date sep1 = -- sep1-margin = 3 ``` EDIT: This would also require us...

I reopened this because we will now start tracking this as a feature request for a new parameter in the date module and ignore the script workaround

This feature is currently blocked because this seems to be impossible to do safely. See [this comment](https://github.com/polybar/polybar/pull/3160#issuecomment-2323348167) for more details. TL;DR using `setenv` is inherently unsafe and there is currently...