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

@ -11,7 +11,7 @@ show_cmd_menu() {
󰔎 Toggle Nightlight 󰔎 Toggle Nightlight
󱫖 Toggle Idle Lock 󱫖 Toggle Idle Lock
󰍜 Toggle Top Bar" 󰍜 Toggle Top Bar"
local selection=$(echo -e "$menu_options" | walker --dmenu --theme dmenu_250 -p "Run command") local selection=$(echo -e "$menu_options" | walker --dmenu --theme dmenu_250 -p "Trigger Command")
case "$selection" in case "$selection" in
*Screensaver*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;; *Screensaver*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;;

View File

@ -6,7 +6,7 @@ show_power_menu() {
 Relaunch  Relaunch
󰜉 Restart 󰜉 Restart
󰐥 Shutdown" 󰐥 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 case "$selection" in
*Lock*) hyprlock ;; *Lock*) hyprlock ;;

View File

@ -7,4 +7,4 @@ min_width = 150
width = 150 width = 150
[ui.window.box.search] [ui.window.box.search]
hide = true hide = false

View File

@ -8,4 +8,4 @@ width = 250
max_height = 600 max_height = 600
[ui.window.box.search] [ui.window.box.search]
hide = true hide = false