From 218d427fb064d8c9a6191cd56f4ac6970601a536 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 5 Jul 2023 09:24:06 +0530 Subject: caffeine: proper spacing in menu and notify-send --- .local/bin/caffeine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local') diff --git a/.local/bin/caffeine b/.local/bin/caffeine index bce6abd..4407544 100755 --- a/.local/bin/caffeine +++ b/.local/bin/caffeine @@ -18,7 +18,7 @@ usage() note() { command -v notify-send > /dev/null && - notify-send " caffeine" "$1" + notify-send " caffeine" "$1" } die() @@ -55,7 +55,7 @@ caf_time() { dep_check "$menu" - printf "1\n3\n5\n10\n15\n30" | "$menu" -p " sleep after " + printf "1\n3\n5\n10\n15\n30" | "$menu" -p " sleep after " } drink() -- cgit v1.2.3