quickshell/src/widgets/module.md
2025-05-17 00:38:09 -07:00

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",
]
-----