mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Allow the wide menu to be filtered
This commit is contained in:
@@ -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)
|
||||
local selection=$(echo -e "$menu_options" | walker --dmenu --theme dmenu_250 -p "Run command")
|
||||
|
||||
case "$selection" in
|
||||
*Screensaver*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;;
|
||||
|
||||
Reference in New Issue
Block a user