Abdullah Muhamed

Results 35 comments of Abdullah Muhamed

pass the logs and make sure that `imagemagick` is installed

create a simple bash script to randomly select images in certain directory and point (pipe )the output to switchwall.sh

here you go ``` const changeWallpaperButton = () => createUtilButton({ name: "Change wallpaper", icon: "image", onClicked: () => Utils.execAsync([ `${App.configDir}/scripts/color_generation/randomwall.sh` ]), onSecondaryClick: () => App.toggleWindow("wallselect"), }); ```

add it through open router