add random osu seasonal wallpaper button

This commit is contained in:
end-4
2025-09-28 20:50:21 +02:00
parent 0491bd993e
commit 83be5822b1
5 changed files with 83 additions and 22 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ ApplicationWindow {
Process {
id: konachanWallProc
property string status: ""
command: ["bash", "-c", Quickshell.shellPath("scripts/colors/random_konachan_wall.sh")]
command: ["bash", "-c", Quickshell.shellPath("scripts/colors/random/random_konachan_wall.sh")]
stdout: SplitParser {
onRead: data => {
console.log(`Konachan wall proc output: ${data}`);