summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/caffeine4
1 files changed, 2 insertions, 2 deletions
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()