diff options
Diffstat (limited to 'config/hypr/scripts/WofiBig.sh')
| -rwxr-xr-x | config/hypr/scripts/WofiBig.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/hypr/scripts/WofiBig.sh b/config/hypr/scripts/WofiBig.sh deleted file mode 100755 index 31d98900..00000000 --- a/config/hypr/scripts/WofiBig.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -CONFIG="$HOME/.config/wofi/WofiBig/config" -STYLE="$HOME/.config/wofi/style.css" -COLORS="$HOME/.config/wofi/colors" - -if [[ ! $(pidof wofi) ]]; then - wofi --show drun --prompt 'Search...' --conf ${CONFIG} --style ${STYLE} --color ${COLORS} -else - pkill wofi -fi |
