diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 77a77e37..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 ;; @@ -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" ;; 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/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/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 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 diff --git a/themes/kanagawa/hyprland.conf b/themes/kanagawa/hyprland.conf new file mode 100644 index 00000000..0ee92cac --- /dev/null +++ b/themes/kanagawa/hyprland.conf @@ -0,0 +1,12 @@ +$activeBorderColor = rgb(dcd7ba) + +general { + col.active_border = $activeBorderColor +} + +group { + col.border_active = $activeBorderColor +} + +# Kanagawa backdrop is too strong for detault opacity +windowrule = opacity 0.98 0.95, match:tag terminal