diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-05 12:04:17 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-05 12:04:17 +0530 |
commit | f34ee908f5c8a340b37b7f3cff1532aab8c196bc (patch) | |
tree | bee03f8ed418484e01b32e6a6457a3890efeb63e | |
parent | 4b9029ef427db8379495a10de65bec8b5ac406f4 (diff) |
dbook: proper spacing in notify-send
-rwxr-xr-x | dbook | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ note() : "${1:?}" command -v notify-send > /dev/null && - notify-send " dbook" "$1" + notify-send " dbook" "$1" } die() @@ -141,7 +141,7 @@ rm_data() entry() { - printf "" | "$menu" -p " ${1:?} " || + printf "" | "$menu" -p " ${1:?} " || die "input empty" } |