quickshell: configPath -> shellPath

This commit is contained in:
end-4
2025-07-22 09:17:17 +07:00
parent c0f7504b36
commit b6f75acf53
9 changed files with 11 additions and 11 deletions
@@ -9,7 +9,7 @@ Item {
property bool colorize: false
property color color
property string source: ""
property string iconFolder: Qt.resolvedUrl(Quickshell.configPath("assets/icons")) // The folder to check first
property string iconFolder: Qt.resolvedUrl(Quickshell.shellPath("assets/icons")) // The folder to check first
width: 30
height: 30