Results 12 issues of Bill Doyle

I'm not sure if this is something you'd actually want to upstream, but I'm posting it for consideration. This allows you to hide all blocks on the bar with SIGUSR1...

This could be useful for a few things, off the top of my head: - Changing the image on the fly - Pausing/resuming animation (for example, while the desktop is...

Currently animations rely on there being a next frame to change scale. We need to schedule a redraw of the current frame unconditionally after output scale changes, since we don't...

This isn't urgent, but a library that would give us more control of the animation would be preferrable. Right now we're relying on a pretty awful hack to be able...

Before passing an image path over to oguri it needs to be made into an absolute path.

Currently if you change config like `ogurictl output * --image whatever.png` but you have a non-wildcard output section in the config file, the change will not affect that output. This...

It would be nice to use the fact that we have all of cairo already available to draw shadows/gradients along the screen edges to help readability of transparent bars.

This is a pretty uncommon thing to do, but it can happen for instance when testing a nested compositor. It could also happen by accident. Two options: - When creating...

I am using DisplayPort via a Dell dock to drive my external display. If the display is connected at startup, it works properly. Disconnecting the display also works fine. Reconnecting...

Discovered while testing #111.

bug