diff options
author | Himbeer <himbeer@disroot.org> | 2024-06-02 22:25:44 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-06-02 22:25:44 +0200 |
commit | 34e3a94f8ad4a5aaecb7c52cd1a8f6f681b4634e (patch) | |
tree | d2248d2b0abbe11999d52693171d4e38d8cbef9d | |
parent | 9be4fb2121e79aba717054a03a15f9f7284dc576 (diff) |
Minimize graphical program usage
-rwxr-xr-x | install.sh | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -49,6 +49,7 @@ if command_exists pacman; then waylock \ swaybg \ swayidle \ + feh \ libnotify \ vlc \ firefox \ @@ -59,7 +60,6 @@ if command_exists pacman; then fontconfig \ terminus-font \ ttf-hack \ - ttf-hanazono \ noto-fonts \ noto-fonts-emoji \ noto-fonts-extra \ @@ -76,18 +76,14 @@ if command_exists pacman; then gstreamer \ gst-plugins-base \ gst-plugins-good \ - gst-plugins-bad \ - sl + gst-plugins-bad paru -Sy --noconfirm --needed \ river-bsp-layout \ shotman \ slurp \ - cava \ - neo-matrix \ wired \ - wlopm-git \ - feh + wlopm-git ${SUDO} rc-update add seatd boot ${SUDO} rc-service seatd start |