Allow filtering on all the walker menus

This commit is contained in:
David Heinemeier Hansson
2025-08-04 12:58:32 +02:00
parent 45b6d96be0
commit fb5a56474d
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ show_power_menu() {
 Relaunch
󰜉 Restart
󰐥 Shutdown"
local selection=$(echo -e "$menu_options" | walker --dmenu --theme dmenu_150)
local selection=$(echo -e "$menu_options" | walker --dmenu --theme dmenu_150 -p "System")
case "$selection" in
*Lock*) hyprlock ;;