remove river and sandbar
This commit is contained in:
@@ -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
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_package "sandbar"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user