summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarchsetup2
-rwxr-xr-xscripts/post-install.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/archsetup b/archsetup
index 06e939b..ab9478c 100755
--- a/archsetup
+++ b/archsetup
@@ -1421,6 +1421,8 @@ hyprland() {
action="Hyprland Utilities" && display "subtitle" "$action"
pacman_install cpio # hyprpm (plugin manager) dependency
aur_install pyprland # scratchpads, magnify, expose (fixes special workspace issues)
+ pacman_install gtk4-layer-shell # GTK4 layer shell protocol (pocketbook dependency)
+ pip_install git+https://github.com/cjennings/pocketbook.git # notes panel (layer-shell, toggled via waybar)
pacman_install waybar # status bar
pacman_install fuzzel # app launcher (native Wayland, pinentry support)
pacman_install swww # wallpaper daemon
diff --git a/scripts/post-install.sh b/scripts/post-install.sh
index 611f5c3..c3d1022 100755
--- a/scripts/post-install.sh
+++ b/scripts/post-install.sh
@@ -31,6 +31,7 @@ echo "cloning git repos"
git clone git@cjennings.net:slock.git ~/code/slock
git clone git@cjennings.net:pinentry-dmenu.git ~/code/pinentry-dmenu
+ git clone git@github.com:cjennings/pocketbook.git ~/code/pocketbook
git clone cjennings@cjennings.net:git/bsdsetup.git ~/code/bsdsetup
git clone git@cjennings.net:git/archsetup.git ~/code/archsetup
git clone git@cjennings.net:dotemacs.git ~/code/dotemacs