Initial import: Lua config, trimmed omarchy scripts, theme system

This commit is contained in:
2026-06-11 19:06:22 +02:00
commit 835a9aa3b5
536 changed files with 12459 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# archypr:summary=Returns true if the AUR is up and available.
curl -sf --connect-timeout 30 --retry 3 --retry-delay 3 -A "archypr-update" \
"https://aur.archlinux.org/rpc/?v=5&type=info&arg=base" >/dev/null