Notification
parent
00dbea3b1b
commit
d595ec865d
@ -0,0 +1,5 @@
|
|||||||
|
import simpleSpawn from "./simple-spawn";
|
||||||
|
|
||||||
|
export default async function notify({ text }: { text: string }) {
|
||||||
|
await simpleSpawn("zenity", ["--notification", "--text", text]);
|
||||||
|
}
|
Loading…
Reference in New Issue