From e7b8ff2fc49553c13b418ff48bb1d5e7498aa9a4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 2 May 2026 05:33:06 -0700 Subject: [PATCH] Refine taffybar omni menu launchers --- dotfiles/config/taffybar/taffybar.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index 99f73027..2edde590 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -592,14 +592,13 @@ omniMenuWidget = >>= Gtk.toWidget omniMenuNewWithConfig (defaultOmniMenuConfig icon) - { omniMenuSections = + { omniMenuIncludeApplications = True, + omniMenuSections = [ OmniMenuSection "Launch" [ omniMenuItem "App launcher" "view-app-grid-symbolic" "hypr_shell_ui launcher", omniMenuItem "Run command" "system-run" "hypr_shell_ui run", 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" ], OmniMenuSection