dotfiles/de/home/.config/sway/scripts/shortcuts/0/Home Assistant
2024-04-10 17:30:03 -06:00

9 lines
195 B
Bash
Executable file

#!/bin/bash
script_dir=$(dirname "${0}")
options=$( ls ${script_dir}"/.Home Assistant/" )
op=$( echo -e "${options}" | wofi -i --dmenu | awk '{print}' )
"$(dirname $0)/.Home Assistant/${op}"