quickshell
quickshell copied to clipboard
(Process type) Insufficient docs, cannot use setted variables in JS to send a notification
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, '\\"')}"
];