summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-07-05 09:24:06 +0530
committersinanmohd <sinan@firemail.cc>2023-07-05 10:39:07 +0530
commit218d427fb064d8c9a6191cd56f4ac6970601a536 (patch)
tree4d0868e7788a7625b8f4f960b389870d56a57ef9
parent02e9f4d66f45bfa895a17ea821504c1e4f9d7ccd (diff)
caffeine: proper spacing in menu and notify-send
-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()