mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
17 lines
283 B
Markdown
17 lines
283 B
Markdown
name = "Quickshell.Widgets"
|
|
description = "Bundled widgets"
|
|
|
|
headers = [
|
|
"wrapper.hpp",
|
|
"marginwrapper.hpp",
|
|
]
|
|
|
|
qml_files = [
|
|
"IconImage.qml",
|
|
"ClippingRectangle.qml",
|
|
"WrapperItem.qml",
|
|
"WrapperMouseArea.qml",
|
|
"WrapperRectangle.qml",
|
|
"ClippingWrapperRectangle.qml",
|
|
]
|
|
-----
|