From f575dadeefc6d8b58b3f13b12a315b25de2332b5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 22 Feb 2019 16:39:58 -0500 Subject: note bloat gone; pix replaced with emojis --- .scripts/tools/note | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .scripts/tools/note (limited to '.scripts/tools/note') diff --git a/.scripts/tools/note b/.scripts/tools/note deleted file mode 100755 index 09186ea..0000000 --- a/.scripts/tools/note +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# This is a general notification command for my own ease. -# $1 should be a message -# $2 is an optional image for notify-send -# Echos content on terminal and if dunst is running, shows notification. - -[ -z "$2" ] || img="-i $2" -echo "$1" && pgrep -x dunst >/dev/null && notify-send $img "$1" -- cgit v1.3.1