diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-03-17 20:14:52 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-03-17 20:14:52 +0530 |
commit | fa3750251398d43a768e498ddf96663bff3d993a (patch) | |
tree | d3e4fea2b4a5c08791d35e333f82e6ae500db850 /.scripts/dcalc | |
parent | 664e49f1d3f01c5566215ffae2ccefa4459f5da0 (diff) |
minor changes
Diffstat (limited to '.scripts/dcalc')
-rwxr-xr-x | .scripts/dcalc | 3 |
1 files changed, 1 insertions, 2 deletions
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" |