Audio
This commit is contained in:
41
build.sh
41
build.sh
@@ -26,28 +26,55 @@ fi
|
|||||||
|
|
||||||
# === Package groups ===
|
# === Package groups ===
|
||||||
ESSENTIAL_PACKAGES="
|
ESSENTIAL_PACKAGES="
|
||||||
base-devel python3 vim neovim ranger firefox
|
base-devel
|
||||||
|
python3
|
||||||
|
vim
|
||||||
|
neovim
|
||||||
|
ranger
|
||||||
|
firefox
|
||||||
"
|
"
|
||||||
|
|
||||||
DISPLAY_MANAGER="
|
DISPLAY_MANAGER="
|
||||||
sddm qt5-graphicaleffects
|
sddm
|
||||||
|
qt5-graphicaleffects
|
||||||
"
|
"
|
||||||
|
|
||||||
WAYLAND_ENVIRONMENT="
|
WAYLAND_ENVIRONMENT="
|
||||||
hyprland hyprpaper waybar kitty wofi mako libnotify grim slurp
|
hyprland
|
||||||
wl-clipboard wl-clip-persist wayland-utils xorg-xwayland
|
hyprpaper
|
||||||
|
waybar
|
||||||
|
kitty
|
||||||
|
wofi
|
||||||
|
mako
|
||||||
|
libnotify
|
||||||
|
grim
|
||||||
|
slurp
|
||||||
|
wl-clipboard
|
||||||
|
wl-clip-persist
|
||||||
|
wayland-utils
|
||||||
|
xorg-xwayland
|
||||||
"
|
"
|
||||||
|
|
||||||
AUDIO_PACKAGES="
|
AUDIO_PACKAGES="
|
||||||
pipewire wireplumber pipewire-pulse pavucontrol
|
pipewire
|
||||||
|
wireplumber
|
||||||
|
pipewire-pulse
|
||||||
|
pavucontrol
|
||||||
"
|
"
|
||||||
|
|
||||||
FONTS_AND_THEME="
|
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="
|
MEDIA_PACKAGES="
|
||||||
mpv eog ffmpeg
|
mpv
|
||||||
|
eog
|
||||||
|
lollypop
|
||||||
|
ffmpeg
|
||||||
"
|
"
|
||||||
|
|
||||||
# === Functions ===
|
# === Functions ===
|
||||||
|
|||||||
Reference in New Issue
Block a user