feat(bar): add update widget

This commit adds a new widget, "Update", which will check for komorebi
version updates using the cargo package version of the running binary
and the latest release returned from the GitHub API.

If the latest release is newer than the current cargo package version, a
widget will be shown, which can be clicked to open the changelog of the
latest release.
This commit is contained in:
LGUG2Z
2025-01-04 16:10:27 -08:00
parent 281980b010
commit 3aa92a1255
7 changed files with 351 additions and 0 deletions

View File

@@ -33,6 +33,11 @@
}
],
"right_widgets": [
{
"Update": {
"enable": true
}
},
{
"Media": {
"enable": true