quickshell icon indicating copy to clipboard operation
quickshell copied to clipboard

(Process type) Insufficient docs, cannot use setted variables in JS to send a notification

Open enessmr opened this issue 1 month ago • 0 comments

Do I need to use ${this.blablablavariable}? bc its absolutely SENDING me rn 😭😭😭

I use ``` var persistTextBestie = persist.formatted; // not the actual name in code ThisIsNotMyActualIdForTheProc.command = [ "bash", "-c", notify-send "Yoooo ai response got!!!" "${persistTextBestie.replace(/"/g, '\\"')}" ];

enessmr avatar Nov 06 '25 17:11 enessmr