From 9a66e10b1af6e7066ef36b6daf35e2285be2c868 Mon Sep 17 00:00:00 2001 From: Aylur Date: Mon, 8 Jan 2024 20:38:13 +0100 Subject: [PATCH] CircularProgress.end-at --- src/content/docs/config/widgets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/config/widgets.md b/src/content/docs/config/widgets.md index e8b806a..a47feda 100644 --- a/src/content/docs/config/widgets.md +++ b/src/content/docs/config/widgets.md @@ -167,6 +167,7 @@ subclass of [Gtk.Bin](https://gjs-docs.gnome.org/gtk30~3.0/gtk.bin) | Property | Type | Description | |----------|------|-------------| | start-at | number | Number between 0 and 1, e.g 0.75 is the top +| end-at | number | Number between 0 and 1 | inverted | boolean | | rounded | boolean | Wether the progress bar should have rounded ends | value | number | Number between 0 and 1