diff options
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" |