Commit 93379db

Ansari <ping@ansari.wtf>
2025-12-27 10:55:12
add README.md with project structure and outputs
1 parent 829d154
Changed files (1)
README.md
@@ -0,0 +1,16 @@
+# Arch-utils
+
+A collection of Arch Linux utilities.
+
+## Project Structure
+
+### [swaylock-mod/](swaylock-mod/)
+A customized fork of `swaylock`, a screen locking utility for Wayland compositors.
+
+### [wdu/](wdu/)
+A disk usage utility written in Go that displays filesystem information in a formatted table.
+
+## Outputs
+Build artifacts are placed in the `builds/` directory:
+- `builds/swaylock` - Compiled swaylock binary
+- `builds/wdu` - Compiled wdu binary
\ No newline at end of file