Files
z-bar-qt/Greeter/Components/CustomIcon.qml
Zacharias-Brohn 6b482979fe greeter test
2026-03-18 23:39:37 +01:00

11 lines
120 B
QML

pragma ComponentBehavior: Bound
import Quickshell.Widgets
import QtQuick
IconImage {
id: root
asynchronous: true
}