Regenerated

This commit is contained in:
2026-04-13 15:42:55 +02:00
parent ee00cdce06
commit 2344e588d5
4 changed files with 354 additions and 342 deletions
@@ -8,7 +8,7 @@ choice=$(echo "$clients" | cut -d'|' -f2 \
| wofi --dmenu \
--style ~/.config/wofi/style.css \
--allow-images=false \
--prompt "Active apps")
--prompt "Active windows ...")
[ -z "$choice" ] && exit 0
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
@@ -5,4 +5,4 @@ wofi --show drun \
--no-actions \
--allow-images=true \
--columns 1 \
--prompt "Apps"
--prompt "Apps ..."