mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
10 lines
291 B
Bash
10 lines
291 B
Bash
#!/bin/bash
|
|
|
|
show_logo
|
|
show_subtext "Installing Hyprland ecosystem..."
|
|
|
|
yay -S --noconfirm --needed \
|
|
hyprland hyprshot hyprpicker hyprlock hypridle polkit-gnome hyprland-qtutils \
|
|
walker-bin libqalculate waybar mako swaybg swayosd \
|
|
xdg-desktop-portal-hyprland xdg-desktop-portal-gtk
|