This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-nix/wofi/wofi.sh

16 lines
270 B
Bash
Executable File

#!/usr/bin/env zsh
# check if wofi is already running
pkill wofi
# start wofi
wofi \
--show drun \
--no-action \
--width=600 \
--height=600 \
--normal-window \
--allow-images \
--prompt="Applications ..." \
--style=/home/simon/.dotfiles/wofi/style.css