diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-03-20 16:30:02 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-03-20 16:30:02 +0100 |
commit | 040e5f08d217456feebf8039e25e0d3a5fc8803f (patch) | |
tree | e4e3020e764b227adea8bda017043096fcc69900 | |
parent | 186d6435c9a5b5831dd1b1a522107cb96b2910e5 (diff) | |
download | scripts-040e5f08d217456feebf8039e25e0d3a5fc8803f.tar.gz scripts-040e5f08d217456feebf8039e25e0d3a5fc8803f.zip |
Created script to look for making dunstify IDs work as an enumerator.
-rwxr-xr-x | dunstifyIDs.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dunstifyIDs.sh b/dunstifyIDs.sh new file mode 100755 index 0000000..1b795e3 --- /dev/null +++ b/dunstifyIDs.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# Obtain an id from ~/.config/dunst/dunstifyIDs by grepping a word. For using with dunstify for replaceable notifications. + +cat $HOME/.config/dunst/dunstifyIDs | grep $1 | awk '{print $2}' |