dotfiles/de/home/.local/bin/sp-shortcuts
2024-04-29 15:58:34 -06:00

10 lines
304 B
Bash
Executable file

#!/bin/bash
source "${HOME}/.local/lib/sp-functions"
current_profile=$( get_profile_id )
profile_scripts=$( ls "${conf_dir}/profiles/${current_profile}/shortcuts/" )
op=$( echo -e "${profile_scripts}" | wofi -w 2 -i --dmenu | awk '{print}' )
"${conf_dir}/profiles/${current_profile}/shortcuts/${op}"