add mako for notifications
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_package "libnotify"
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_package "mako"
|
||||
@@ -17,7 +17,9 @@ INSTALLING PACKAGES:
|
||||
. "$PACKAGES_DIR/install-grim.sh"
|
||||
. "$PACKAGES_DIR/install-helix.sh"
|
||||
. "$PACKAGES_DIR/install-less.sh"
|
||||
. "$PACKAGES_DIR/install-libnotify.sh"
|
||||
. "$PACKAGES_DIR/install-light.sh"
|
||||
. "$PACKAGES_DIR/install-mako.sh"
|
||||
. "$PACKAGES_DIR/install-mesa-dri.sh"
|
||||
. "$PACKAGES_DIR/install-noto-fonts.sh"
|
||||
. "$PACKAGES_DIR/install-pipewire.sh"
|
||||
|
||||
Reference in New Issue
Block a user