scripts sorted
This commit is contained in:
7
.scripts/tools/note
Executable file
7
.scripts/tools/note
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# A super basic command. Give it some arguments to use as anotification. It
|
||||
# will echo them on the terminal, and if you have `dunst` running, will send a
|
||||
# `notify-send` message to it.
|
||||
|
||||
echo "$@" && pgrep -x dunst >/dev/null && notify-send "$@"
|
||||
Reference in New Issue
Block a user