11 lines
126 B
QML
11 lines
126 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import Quickshell.Widgets
|
|
import QtQuick
|
|
|
|
IconImage {
|
|
id: root
|
|
|
|
asynchronous: true
|
|
}
|