diff --git a/index.html b/index.html index a63d6bf..64855a1 100644 --- a/index.html +++ b/index.html @@ -6,25 +6,36 @@ body { font-family: sans-serif; margin: 40px; line-height: 1.6; background: #2e3440; color: #eceff4; } a { color: #88c0d0; text-decoration: none; } a:hover { text-decoration: underline; } - .container { max-width: 800px; margin: auto; background: #3b4252; padding: 20px; border-radius: 8px; } - h1 { border-bottom: 2px solid #4c566a; padding-bottom: 10px; } - pre { background: #2e3440; padding: 15px; border-radius: 5px; color: #ebcb8b; } + .container { max-width: 900px; margin: auto; background: #3b4252; padding: 20px; border-radius: 8px; } + h1 { border-bottom: 2px solid #4c566a; padding-bottom: 10px; color: #81a1c1; } + h2 { color: #a3be8c; margin-top: 30px; } + pre { background: #2e3440; padding: 15px; border-radius: 5px; color: #ebcb8b; overflow-x: auto; border: 1px solid #4c566a; } + code { color: #d08770; } + .step { background: #434c5e; padding: 10px 15px; border-left: 4px solid #81a1c1; margin: 10px 0; }
To use this repository, add the following to your /etc/pacman.conf:
Run this command to trust the repository maintainer (Stuart Drew):
+curl -s https://hyprarch-repo.stuple.net/x86_64/pubkey.gpg | sudo pacman-key -a - && sudo pacman-key --lsign-key 236328A7F2C2001E+ +
Add the following to the bottom of /etc/pacman.conf:
[hyprarch-repo] SigLevel = Required DatabaseOptional Server = https://hyprarch-repo.stuple.net/$arch-
Automated by GitHub Actions
+sudo pacman -Sy HyprArch-hyprland-git
+ Automated by GitHub Actions • Last updated: Mon Mar 23 15:21:36 UTC 2026