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
@@ -23,7 +23,7 @@ Item {
visible: Config.options.bar.utilButtons.showScreenSnip
sourceComponent: CircleUtilButton {
Layout.alignment: Qt.AlignVCenter
onClicked: Quickshell.execDetached(["qs", "-p", Quickshell.configPath("screenshot.qml")])
onClicked: Quickshell.execDetached(["qs", "-p", Quickshell.shellPath("screenshot.qml")])
MaterialSymbol {
horizontalAlignment: Qt.AlignHCenter
fill: 1