diff --git a/config/waybar/config b/config/waybar/config index 8338713..8109e4f 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -62,7 +62,7 @@ "tooltip-format-disconnected": "Disconnected", "interval": 3, "nospacing": 1, - "on-click": "alacritty -e iwctl" + "on-click": "alacritty --class=Impala -e impala" }, "battery": { "format": "{capacity}% {icon}", diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index 4124057..b36564c 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -24,7 +24,7 @@ bind = SUPER CTRL, comma, exec, makoctl mode -t do-not-disturb && makoctl mode | bind = SUPER, W, killactive, # End active session -bind = SUPER, ESCAPE, exec, pkill wofi 2>/dev/null; hyprlock +bind = SUPER, ESCAPE, exec, ~/.local/share/omarchy/bin/omarchy-power-menu bind = SUPER SHIFT, ESCAPE, exec, systemctl suspend bind = SUPER ALT, ESCAPE, exit, bind = SUPER CTRL, ESCAPE, exec, reboot diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index a0716b5..fb86ca6 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -4,8 +4,8 @@ windowrule = suppressevent maximize, class:.* # Force chromium into a tile to deal with --app bug windowrule = tile, class:^(Chromium)$ -# Float sound and bluetooth settings -windowrule = float, class:^(org.pulseaudio.pavucontrol|blueberry.py)$ +# Float sound, bluetooth, and wifi settings +windowrule = float, class:^(org.pulseaudio.pavucontrol|blueberry.py|Impala)$ # Float Steam, fullscreen RetroArch windowrule = float, class:^(steam)$ diff --git a/install/1-yay.sh b/install/1-yay.sh index adf1978..9913bfa 100644 --- a/install/1-yay.sh +++ b/install/1-yay.sh @@ -1,9 +1,11 @@ sudo pacman -S --needed --noconfirm base-devel if ! command -v yay &>/dev/null; then + cd /tmp git clone https://aur.archlinux.org/yay-bin.git cd yay-bin makepkg -si --noconfirm - cd ~ + cd - rm -rf yay-bin + cd ~ fi diff --git a/install/3-terminal.sh b/install/3-terminal.sh index cb600b5..b56978c 100644 --- a/install/3-terminal.sh +++ b/install/3-terminal.sh @@ -3,4 +3,4 @@ yay -S --noconfirm --needed \ fd eza fzf ripgrep zoxide bat \ wl-clipboard fastfetch btop \ man tldr less whois plocate \ - alacritty bash-completion + alacritty bash-completion impala diff --git a/migrations/1751887718.sh b/migrations/1751887718.sh new file mode 100644 index 0000000..151556e --- /dev/null +++ b/migrations/1751887718.sh @@ -0,0 +1,3 @@ +echo "Install Impala as new wifi selection TUI" +yay -S --noconfirm --needed impala +gum confirm "Overwrite Waybar config to use Impala Wi-Fi selector in top bar?" && omarchy-refresh-waybar