commit 9f9f11d8fccec49850476d1601c7fe003cb5178e
parent 798e1ac9fdb3a941f800d609e82cc0fd913faae5
Author: awy <awy@awy.one>
Date: Thu, 20 Mar 2025 15:55:20 +0300
my build of wmenu
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/dependencies.txt b/dependencies.txt
@@ -1,7 +1,6 @@
# hyprland
hyprland
swaybg
-wmenu
pulsemixer
calcurse
bandwhich
diff --git a/rice.sh b/rice.sh
@@ -144,8 +144,16 @@ run_as_user git clone https://git.awy.one/automated-librewolf
cd automated-librewolf
run_as_user ./configure_librewolf.sh
cd /home/"$PERMUSER"
+
+run_as_user git clone https://git.awy.one/wmenu
+cd /home/"$PERMUSER"/wmenu
+run_as_user meson build
+ninja -C build install
+cd /home/"$PERMUSER"
+
rm -rf automated-librewolf
rm -rf mutt-wizard
+rm -rf wmenu
# MPV
zip_url=https://github.com/tomasklaen/uosc/releases/latest/download/uosc.zip