add sandbar

This commit is contained in:
desolate
2026-05-16 01:05:36 +03:00
parent ac095191f7
commit d37aada70b
6 changed files with 89 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_package "nerd-fonts"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_package "sandbar"
+2
View File
@@ -21,10 +21,12 @@ INSTALLING PACKAGES:
. "$PACKAGES_DIR/install-light.sh"
. "$PACKAGES_DIR/install-mako.sh"
. "$PACKAGES_DIR/install-mesa-dri.sh"
. "$PACKAGES_DIR/install-nerd-fonts.sh"
. "$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-seatd.sh"
. "$PACKAGES_DIR/install-slurp.sh"
. "$PACKAGES_DIR/install-stow.sh"