From cb5e0b87900306ff00ad27178c51b9140e594170 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 13:12:58 +0900 Subject: Added hints --- config/hypr/scripts/Wofi.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 config/hypr/scripts/Wofi.sh (limited to 'config/hypr/scripts/Wofi.sh') 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 -- cgit v1.2.3