Refine taffybar omni menu launchers

This commit is contained in:
2026-05-02 05:33:06 -07:00
parent ee3afe7fdd
commit e7b8ff2fc4

View File

@@ -592,14 +592,13 @@ omniMenuWidget =
>>= Gtk.toWidget >>= Gtk.toWidget
omniMenuNewWithConfig omniMenuNewWithConfig
(defaultOmniMenuConfig icon) (defaultOmniMenuConfig icon)
{ omniMenuSections = { omniMenuIncludeApplications = True,
omniMenuSections =
[ OmniMenuSection [ OmniMenuSection
"Launch" "Launch"
[ omniMenuItem "App launcher" "view-app-grid-symbolic" "hypr_shell_ui launcher", [ omniMenuItem "App launcher" "view-app-grid-symbolic" "hypr_shell_ui launcher",
omniMenuItem "Run command" "system-run" "hypr_shell_ui run", omniMenuItem "Run command" "system-run" "hypr_shell_ui run",
omniMenuItem "Terminal" "utilities-terminal" "ghostty --gtk-single-instance=false", omniMenuItem "Terminal" "utilities-terminal" "ghostty --gtk-single-instance=false",
omniMenuItem "Browser" "web-browser" "google-chrome-stable",
omniMenuItem "Emacs" "emacs" "sh -lc 'emacsclient -c -n || emacs'",
omniMenuItem "Window picker" "preferences-system-windows" "hypr_shell_ui window go" omniMenuItem "Window picker" "preferences-system-windows" "hypr_shell_ui window go"
], ],
OmniMenuSection OmniMenuSection