forked from Shinonome/dots-hyprland
add random osu seasonal wallpaper button
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user