From 040e5f08d217456feebf8039e25e0d3a5fc8803f Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 20 Mar 2019 16:30:02 +0100 Subject: Created script to look for making dunstify IDs work as an enumerator. --- dunstifyIDs.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dunstifyIDs.sh (limited to 'dunstifyIDs.sh') 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}' -- cgit v1.2.1