hyprland config
This commit is contained in:
10
hyprland/hypr/scripts/Wofi.sh
Executable file
10
hyprland/hypr/scripts/Wofi.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
CONFIG="$HOME/.config/wofi/config"
|
||||
STYLE="$HOME/.config/wofi/style.css"
|
||||
|
||||
if [[ ! $(pidof wofi) ]]; then
|
||||
wofi --show drun --prompt 'Search...' --conf ${CONFIG} --style ${STYLE}
|
||||
elses
|
||||
pkill wofi
|
||||
fi
|
||||
Reference in New Issue
Block a user