about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scripts/videos2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/videos b/scripts/videos
index 118d8cd..f7a7a41 100644
--- a/scripts/videos
+++ b/scripts/videos
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-choice=$(echo '' | dmenu -p "Paste a link to a video:" -sb "#222222") #Add text describing what its doing
+choice=$( (echo 1 | grep 0) | dmenu -p "Paste a link to a video:")
 if [[ $choice == '' ]]; then
   echo "No input."
   exit 1