diff --git a/build.sh b/build.sh index c8a092f..dfa9316 100755 --- a/build.sh +++ b/build.sh @@ -26,28 +26,55 @@ fi # === Package groups === ESSENTIAL_PACKAGES=" - base-devel python3 vim neovim ranger firefox + base-devel + python3 + vim + neovim + ranger + firefox " DISPLAY_MANAGER=" - sddm qt5-graphicaleffects + sddm + qt5-graphicaleffects " WAYLAND_ENVIRONMENT=" - hyprland hyprpaper waybar kitty wofi mako libnotify grim slurp - wl-clipboard wl-clip-persist wayland-utils xorg-xwayland + hyprland + hyprpaper + waybar + kitty + wofi + mako + libnotify + grim + slurp + wl-clipboard + wl-clip-persist + wayland-utils + xorg-xwayland " AUDIO_PACKAGES=" - pipewire wireplumber pipewire-pulse pavucontrol + pipewire + wireplumber + pipewire-pulse + pavucontrol " FONTS_AND_THEME=" - otf-font-awesome noto-fonts noto-fonts-cjk ttf-jetbrains-mono orchis-theme + otf-font-awesome + noto-fonts + noto-fonts-cjk + ttf-jetbrains-mono + orchis-theme " MEDIA_PACKAGES=" - mpv eog ffmpeg + mpv + eog + lollypop + ffmpeg " # === Functions ===