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
+1 -1
View File
@@ -40,7 +40,7 @@ ApplicationWindow {
Process {
id: konachanWallProc
property string status: ""
command: ["bash", "-c", Quickshell.configPath("scripts/colors/random_konachan_wall.sh")]
command: ["bash", "-c", Quickshell.shellPath("scripts/colors/random_konachan_wall.sh")]
stdout: SplitParser {
onRead: data => {
console.log(`Konachan wall proc output: ${data}`);