note script added
This commit is contained in:
parent
0fae2ce2cf
commit
92f48bf7ab
1 changed files with 2 additions and 0 deletions
2
.scripts/note
Executable file
2
.scripts/note
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo "$@" && pgrep -x dunst >/dev/null && notify-send "$@"
|
Loading…
Reference in a new issue