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