forked from quickshell/quickshell
widgets: add wrapper components and managers
This commit is contained in:
parent
79fca3cab8
commit
401ee4cec6
8 changed files with 578 additions and 0 deletions
|
@ -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",
|
||||
]
|
||||
-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue