Patrick Ziegler
Patrick Ziegler
This could probably be done in an unobtrusive way by allowing all the functionality to specify monitors that exists in the bar section in the i3 module as well and...
@sumebrius Sure, go for it :)
> Working on it asap. There is really no need for stressing about completing this. Take your time, we're not in a hurry :)
I think configuration 2 above is the way to go here. There is no good way to make it work without defininig `format-X` since its difficult to tell whether any...
Ah, I see what the issue is. `` doesn't exist in the ipc module. Try using `format-X = `
> Is it possible to mix things up ? No. When any property on a format is not defined, it falls back to how that property is defined in the...
The padding is not applied after the workspace list, it is applied after the entire `format` (which is after ``). There is a bug here though, the padding doesn't have...
Why not use `polybar-msg` to show/hide the bar?
Should `pin-output` imply `pin-workspaces`? Seems more user-friendly.
Hmm, from a quick look at the code, it seems like the code updating the signal values may not run at all, leaving the signal value at the old value....