widgets: add wrapper components and managers

This commit is contained in:
outfoxxed 2024-11-19 02:02:55 -08:00
parent 79fca3cab8
commit 401ee4cec6
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 578 additions and 0 deletions

View file

@ -1,7 +1,15 @@
name = "Quickshell.Widgets"
description = "Bundled widgets"
headers = [
"wrapper.hpp",
"marginwrapper.hpp",
]
qml_files = [
"IconImage.qml",
"ClippingRectangle.qml",
"WrapperItem.qml",
"WrapperRectangle.qml",
]
-----