diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:12:58 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:12:58 +0900 |
| commit | cb5e0b87900306ff00ad27178c51b9140e594170 (patch) | |
| tree | ede7659059e5b54aa4a1ec0b99deffee2384c24d /config/hypr/scripts/Wofi.sh | |
| parent | 7b058a7d9573d87c1e0b6c551c77e6a8f009be58 (diff) | |
Added hints
Diffstat (limited to 'config/hypr/scripts/Wofi.sh')
| -rwxr-xr-x | config/hypr/scripts/Wofi.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/hypr/scripts/Wofi.sh b/config/hypr/scripts/Wofi.sh deleted file mode 100755 index 9b78bee0..00000000 --- a/config/hypr/scripts/Wofi.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -CONFIG="$HOME/.config/wofi/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 |
