From fa3750251398d43a768e498ddf96663bff3d993a Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 17 Mar 2022 20:14:52 +0530 Subject: minor changes --- .scripts/dcalc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.scripts') diff --git a/.scripts/dcalc b/.scripts/dcalc index 5355f4b..acb482a 100755 --- a/.scripts/dcalc +++ b/.scripts/dcalc @@ -1,4 +1,3 @@ #!/bin/sh -Equation=$(echo "" | dmenu -n -p "Enter equation" | xargs -I % calc %) - +Equation=$(echo "" | dmenu -p "Enter equation" | xargs -I {} quich "{}") notify-send "Result" "$Equation" -- cgit v1.2.3