Files
omarchy/install/desktop/desktop.sh

17 lines
394 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2025-07-22 12:36:56 -04:00
yay -S --noconfirm --needed \
brightnessctl playerctl pamixer wiremix wireplumber \
fcitx5 fcitx5-gtk fcitx5-qt wl-clip-persist \
nautilus sushi ffmpegthumbnailer \
slurp satty \
mpv evince imv \
2025-07-22 12:36:56 -04:00
chromium
# Add screen recorder based on GPU
2025-07-22 12:37:57 -04:00
if lspci | grep -qi 'nvidia'; then
2025-07-22 12:36:56 -04:00
yay -S --noconfirm --needed wf-recorder
else
2025-07-22 12:36:56 -04:00
yay -S --noconfirm --needed wl-screenrec
fi