From 72cecc600d8055c907f33ece3b170442d9681796 Mon Sep 17 00:00:00 2001 From: Pierre Olivier Martel Date: Wed, 31 Dec 2025 19:03:23 -0500 Subject: [PATCH 1/4] Move btop binding to Control Panels utilities (#4042) Co-authored-by: David Heinemeier Hansson --- config/hypr/bindings.conf | 1 - default/hypr/bindings/utilities.conf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/bindings.conf b/config/hypr/bindings.conf index cb4c1ed2..f7770dd8 100644 --- a/config/hypr/bindings.conf +++ b/config/hypr/bindings.conf @@ -5,7 +5,6 @@ bindd = SUPER SHIFT, B, Browser, exec, omarchy-launch-browser bindd = SUPER SHIFT ALT, B, Browser (private), exec, omarchy-launch-browser --private bindd = SUPER SHIFT, M, Music, exec, omarchy-launch-or-focus spotify bindd = SUPER SHIFT, N, Editor, exec, omarchy-launch-editor -bindd = SUPER SHIFT, T, Activity, exec, omarchy-launch-tui btop bindd = SUPER SHIFT, D, Docker, exec, omarchy-launch-tui lazydocker bindd = SUPER SHIFT, G, Signal, exec, omarchy-launch-or-focus ^signal$ "uwsm-app -- signal-desktop" bindd = SUPER SHIFT, O, Obsidian, exec, omarchy-launch-or-focus ^obsidian$ "uwsm-app -- obsidian -disable-gpu --enable-wayland-ime" diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index a27eb35c..bdd1a6ba 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -49,3 +49,4 @@ bindd = SUPER CTRL ALT, B, Show battery remaining, exec, notify-send "󰁹 Ba bindd = SUPER CTRL, A, Audio controls, exec, omarchy-launch-audio bindd = SUPER CTRL, B, Bluetooth controls, exec, omarchy-launch-bluetooth bindd = SUPER CTRL, W, Wifi controls, exec, omarchy-launch-wifi +bindd = SUPER CTRL, T, Activity, exec, omarchy-launch-tui btop \ No newline at end of file From 687ac4567edcc72ac4c4c886f9cfcbf84b53028a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1zaro=20Nixon?= Date: Wed, 31 Dec 2025 21:06:22 -0300 Subject: [PATCH 2/4] Add github-copilot-cli to the AI install menu (#4041) * Add github-copilot-cli to the AI install menu * Mark the copilot package as coming from AUR --------- Co-authored-by: David Heinemeier Hansson --- bin/omarchy-menu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 77a77e37..e6f67f72 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -276,8 +276,9 @@ show_install_ai_menu() { echo ollama ) - case $(menu "Install" "󱚤 Claude Code\n󱚤 Cursor CLI\n󱚤 Gemini\n󱚤 OpenAI Codex\n󱚤 LM Studio\n󱚤 Ollama\n󱚤 Crush\n󱚤 opencode") in + case $(menu "Install" "󱚤 Claude Code\n󱚤 Copilot CLI [AUR]\n󱚤 Cursor CLI\n󱚤 Gemini\n󱚤 OpenAI Codex\n󱚤 LM Studio\n󱚤 Ollama\n󱚤 Crush\n󱚤 opencode") in *Claude*) install "Claude Code" "claude-code" ;; + *Copilot*) aur_install "Copilot CLI" "github-copilot-cli" ;; *Cursor*) install "Cursor CLI" "cursor-cli" ;; *OpenAI*) install "OpenAI Codex" "openai-codex" ;; *Gemini*) install "Gemini" "gemini-cli" ;; From 64f254653f59ddc3090d097d4a4589c92ad379d0 Mon Sep 17 00:00:00 2001 From: Derek Wierson Date: Wed, 31 Dec 2025 16:12:09 -0800 Subject: [PATCH 3/4] Fix windowrule syntax change for kanagawa theme (#4032) --- themes/kanagawa/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/kanagawa/hyprland.conf b/themes/kanagawa/hyprland.conf index b5b6403a..0ee92cac 100644 --- a/themes/kanagawa/hyprland.conf +++ b/themes/kanagawa/hyprland.conf @@ -9,4 +9,4 @@ group { } # Kanagawa backdrop is too strong for detault opacity -windowrule = opacity 0.98 0.95, tag:terminal +windowrule = opacity 0.98 0.95, match:tag terminal From 264396742465d60f2400ab37b4a1fc0b91577621 Mon Sep 17 00:00:00 2001 From: Pierre Olivier Martel Date: Wed, 31 Dec 2025 20:13:12 -0500 Subject: [PATCH 4/4] Use omarchy-launch-audio stub in waybar and menu (#4043) * Use omarchy-launch-audio in waybar * Use omarchy-launch-audio in omarchy-menu --- bin/omarchy-menu | 2 +- config/waybar/config.jsonc | 2 +- migrations/1767227973.sh | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 migrations/1767227973.sh diff --git a/bin/omarchy-menu b/bin/omarchy-menu index e6f67f72..c03e9b4f 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -173,7 +173,7 @@ show_setup_menu() { options="$options\n Defaults\n󰱔 DNS\n Security\n Config" case $(menu "Setup" "$options") in - *Audio*) omarchy-launch-or-focus-tui wiremix ;; + *Audio*) omarchy-launch-audio ;; *Wifi*) omarchy-launch-wifi ;; *Bluetooth*) omarchy-launch-bluetooth ;; *Power*) show_setup_power_menu ;; diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 5f1f6b38..20cad4c0 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -109,7 +109,7 @@ }, "pulseaudio": { "format": "{icon}", - "on-click": "omarchy-launch-or-focus-tui wiremix", + "on-click": "omarchy-launch-audio", "on-click-right": "pamixer -t", "tooltip-format": "Playing at {volume}%", "scroll-step": 5, diff --git a/migrations/1767227973.sh b/migrations/1767227973.sh new file mode 100755 index 00000000..549727c9 --- /dev/null +++ b/migrations/1767227973.sh @@ -0,0 +1,3 @@ +echo "Replace Waybar omarchy-launch-or-focus-tui wiremix with omarchy-launch-audio" + +sed -i 's/omarchy-launch-or-focus-tui wiremix/omarchy-launch-audio/g' ~/.config/waybar/config.jsonc