fix some deprecations

This commit is contained in:
Anas Khalifa
2025-07-20 11:18:20 +03:00
parent 1137b5a754
commit a8244cde67
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Singleton {
Process {
id: zigstatProcess
running: true
command: [Quickshell.shellRoot + "/Programs/zigstat", updateInterval]
command: [Quickshell.shellDir + "/Programs/zigstat", updateInterval]
stdout: SplitParser {
onRead: function (line) {
try {