aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/WofiBig.sh
blob: 31d9890081f862c957282069ff088c3cc88bf3b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage