commit a3ed53904aab1f83f76709f05f5be1b40d494cd9 Author: Zhongheng Liu Date: Thu Oct 2 15:09:34 2025 +0200 ricing diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4c170ff --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "somebar"] + path = somebar + url = ./somebar/ +[submodule "someblocks"] + path = someblocks + url = ./someblocks/ +[submodule "wmenu"] + path = wmenu + url = ./wmenu/ +[submodule "dwl"] + path = dwl + url = ./dwl/ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7f28ab7 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +install: + cd ./dwl && $(MAKE) install && cd .. + cd ./somebar && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd .. + + cd ./someblocks && $(MAKE) install && cd .. + + cd ./wmenu && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd .. \ No newline at end of file diff --git a/dwl b/dwl new file mode 160000 index 0000000..6cd2656 --- /dev/null +++ b/dwl @@ -0,0 +1 @@ +Subproject commit 6cd26568d5b8be2252ac0def36cd194b4fb2d7c3 diff --git a/somebar b/somebar new file mode 160000 index 0000000..6572b98 --- /dev/null +++ b/somebar @@ -0,0 +1 @@ +Subproject commit 6572b98d697fef50473366bf4b598e66c0be3e54 diff --git a/someblocks b/someblocks new file mode 160000 index 0000000..3fb5d6c --- /dev/null +++ b/someblocks @@ -0,0 +1 @@ +Subproject commit 3fb5d6c966892bfa5ba0494cf9d1e3c01650ba1f diff --git a/wmenu b/wmenu new file mode 160000 index 0000000..0a38d45 --- /dev/null +++ b/wmenu @@ -0,0 +1 @@ +Subproject commit 0a38d45abba5b04775b000a8deafb141d230687b