How I automatically run things after waking up my computer.
https://hund.tty1.se/2021/06/22/how-i-automatically-run-things-after-waking-up-my-computer.html
@hund you have quotes on the rt.hand side of the icon & img assignments, but no quotes around $img. That's backwards. POSIX rules make quoting the RHS of assignments unnecessary but when you use (expand) the variable something like a space will cause multiple tokens. Luckily those vars don't have spaces in this case but you might want to get in the safer habit of quoting var expansions.
@resist1984 I never use spaces, but it's probably a good idea to use quotes for the variables as well.