Allow filtering on all the walker menus
This commit is contained in:
parent
45b6d96be0
commit
fb5a56474d
@ -11,7 +11,7 @@ show_cmd_menu() {
|
||||
Toggle Nightlight
|
||||
Toggle Idle Lock
|
||||
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
|
||||
*Screensaver*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;;
|
||||
|
@ -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 ;;
|
||||
|
@ -7,4 +7,4 @@ min_width = 150
|
||||
width = 150
|
||||
|
||||
[ui.window.box.search]
|
||||
hide = true
|
||||
hide = false
|
||||
|
@ -8,4 +8,4 @@ width = 250
|
||||
max_height = 600
|
||||
|
||||
[ui.window.box.search]
|
||||
hide = true
|
||||
hide = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user