(scripts) added script to check if a service is running, added script to

set a reminder with `at(d)`
This commit is contained in:
quak
2025-06-07 18:02:11 +02:00
parent 3b5ae7e969
commit 07bb9657fa
4 changed files with 81 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ select_audio_sink() {
return 1
fi
selection="$(printf "%s\n" "${names[@]//\"/}" | rofi -case-smart -dmenu)"
selection="$(printf "%s\n" "${names[@]//\"/}" | rofi -dmenu -i --only-match)"
unset number
for n in ${!names[@]}; do