Files
quickshell/states/wallpaperdir/WallpaperState.qml
T

7 lines
145 B
QML

pragma Singleton
import QtQuick
import Quickshell
QtObject {
property string wallpaperDir: Quickshell.env("HOME") + "/Pictures/Wallpapers"
}