Files
quickshell/config/path/WallpaperPath.qml.template
T

7 lines
114 B
Plaintext

pragma Singleton
import QtQuick
import Quickshell
QtObject {
property string wallpaperDir: "__CONFIG_DIR__"
}