remove river and sandbar

This commit is contained in:
desolate
2026-05-29 10:38:40 +03:00
parent 100fb11e94
commit 26c21e0eb5
11 changed files with 0 additions and 226 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/bin/sh
if install_package "river"; then
if [ ! -d "/run/user/$(id -u)" ]; then
sudo mkdir "/run/user/$(id -u)"
fi
sudo chmod 700 "/run/user/$(id -u)"
fi
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
install_package "sandbar"
-2
View File
@@ -28,8 +28,6 @@ INSTALLING PACKAGES:
. "$PACKAGES_DIR/install-noto-fonts.sh"
. "$PACKAGES_DIR/install-pipewire.sh"
. "$PACKAGES_DIR/install-ripgrep.sh"
. "$PACKAGES_DIR/install-river.sh"
. "$PACKAGES_DIR/install-sandbar.sh"
. "$PACKAGES_DIR/install-satty.sh"
. "$PACKAGES_DIR/install-seatd.sh"
. "$PACKAGES_DIR/install-slurp.sh"