Merge branch 'dev' into waybar-power-menu-improvements

This commit is contained in:
David Heinemeier Hansson
2025-07-07 11:01:24 -07:00
committed by GitHub
6 changed files with 11 additions and 6 deletions

View File

@ -62,7 +62,7 @@
"tooltip-format-disconnected": "Disconnected", "tooltip-format-disconnected": "Disconnected",
"interval": 3, "interval": 3,
"nospacing": 1, "nospacing": 1,
"on-click": "alacritty -e iwctl" "on-click": "alacritty --class=Impala -e impala"
}, },
"battery": { "battery": {
"format": "{capacity}% {icon}", "format": "{capacity}% {icon}",

View File

@ -24,7 +24,7 @@ bind = SUPER CTRL, comma, exec, makoctl mode -t do-not-disturb && makoctl mode |
bind = SUPER, W, killactive, bind = SUPER, W, killactive,
# End active session # 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 SHIFT, ESCAPE, exec, systemctl suspend
bind = SUPER ALT, ESCAPE, exit, bind = SUPER ALT, ESCAPE, exit,
bind = SUPER CTRL, ESCAPE, exec, reboot bind = SUPER CTRL, ESCAPE, exec, reboot

View File

@ -4,8 +4,8 @@ windowrule = suppressevent maximize, class:.*
# Force chromium into a tile to deal with --app bug # Force chromium into a tile to deal with --app bug
windowrule = tile, class:^(Chromium)$ windowrule = tile, class:^(Chromium)$
# Float sound and bluetooth settings # Float sound, bluetooth, and wifi settings
windowrule = float, class:^(org.pulseaudio.pavucontrol|blueberry.py)$ windowrule = float, class:^(org.pulseaudio.pavucontrol|blueberry.py|Impala)$
# Float Steam, fullscreen RetroArch # Float Steam, fullscreen RetroArch
windowrule = float, class:^(steam)$ windowrule = float, class:^(steam)$

View File

@ -1,9 +1,11 @@
sudo pacman -S --needed --noconfirm base-devel sudo pacman -S --needed --noconfirm base-devel
if ! command -v yay &>/dev/null; then if ! command -v yay &>/dev/null; then
cd /tmp
git clone https://aur.archlinux.org/yay-bin.git git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin cd yay-bin
makepkg -si --noconfirm makepkg -si --noconfirm
cd ~ cd -
rm -rf yay-bin rm -rf yay-bin
cd ~
fi fi

View File

@ -3,4 +3,4 @@ yay -S --noconfirm --needed \
fd eza fzf ripgrep zoxide bat \ fd eza fzf ripgrep zoxide bat \
wl-clipboard fastfetch btop \ wl-clipboard fastfetch btop \
man tldr less whois plocate \ man tldr less whois plocate \
alacritty bash-completion alacritty bash-completion impala

3
migrations/1751887718.sh Normal file
View File

@ -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