nixnew/modules/user/modules/quickshell/BackgroundImage.qml

7 lines
166 B
QML

import QtQuick
import Quickshell
Image {
required property ShellScreen screen;
source: Qt.resolvedUrl(screen.name == "DP-1" ? "5120x1440.png" : "1920x1080.png")
}