eww/crates
Pedro Burgos 89d4dfda27
Circular progress widget (#328)
* Basic implementation of circle: works

* Attempts to draw child widget

* Drawing a ring with a child widget inside

* Rotation

* thickness for circular progressbar

* upgraded glib-gtk to 0.14

* Clockwise and counterclockwise cicular progress widget

* Allow specifying a background color

* queue draw on value update

* ring background and foreground

* Update circular_progressbar.rs

* implament default values for CircProgPriv

* Remove useless comment

* Renamed circle-progress to circular-progress

* Actually handle multiple children widgets

* Clipping the childrens, allowing for background colors

* Clean comments of despair

* renamed c to center

* Removed commented code

* fix overflowing children allocating space outside the circle

* Removed unused import

* Fix resizing issues and implement margin via cairo

* Cleanup

* make margins work with empty widgets

* Set css name for the custom widget

Co-authored-by: elkowar <5300871+elkowar@users.noreply.github.com>
2021-11-10 00:20:01 +01:00
..
eww Circular progress widget (#328) 2021-11-10 00:20:01 +01:00
eww_shared_util Cleanup and update dependencies 2021-08-18 15:24:00 +02:00
simplexpr Implement trigger for defpoll variable (#273) 2021-09-11 18:01:41 +02:00
yuck feat(config): Allow custom widgets to make use of children (#317) 2021-10-23 14:10:07 +02:00