-
+
-[![Badge Workflow]][Workflow]
+![Badge Workflow]
[![Badge License]][License]
![Badge Language]
[![Badge Pull Requests]][Pull Requests]
@@ -13,10 +13,10 @@
-Hyprland is a 100% independent, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
+Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
It provides the latest Wayland features, is highly customizable, has all the eyecandy, the most powerful plugins,
-easy IPC, much more QoL stuff than other compositors and more...
+easy IPC, much more QoL stuff than other wlr-based compositors and more...
@@ -37,7 +37,7 @@ easy IPC, much more QoL stuff than other compositors and more...
- All of the eyecandy: gradient borders, blur, animations, shadows and much more
- A lot of customization
-- 100% independent, no wlroots, no libweston, no kwin, no mutter.
+- Much more QoL stuff than other wlr-based compositors
- Custom bezier curves for the best animations
- Powerful plugin support
- Built-in plugin manager
@@ -48,6 +48,7 @@ easy IPC, much more QoL stuff than other compositors and more...
- Config reloaded instantly upon saving
- Fully dynamic workspaces
- Two built-in layouts and more available as plugins
+- Uses forked wlroots with QoL patches
- Global keybinds passed to your apps of choice
- Tiling/pseudotiling/floating/fullscreen windows
- Special workspaces (scratchpads)
@@ -85,7 +86,7 @@ easy IPC, much more QoL stuff than other compositors and more...
-**[wlroots]** - *For powering Hyprland in the past*
+**[wlroots]** - *For their amazing library*
**[tinywl]** - *For showing how 2 do stuff*
@@ -100,7 +101,7 @@ easy IPC, much more QoL stuff than other compositors and more...
-[Configure]: https://wiki.hypr.land/Configuring/
+[Configure]: https://wiki.hyprland.org/Configuring/Configuring-Hyprland/
[Stars]: https://starchart.cc/hyprwm/Hyprland
[Hypr]: https://github.com/hyprwm/Hypr
@@ -108,10 +109,9 @@ easy IPC, much more QoL stuff than other compositors and more...
[Issues]: https://github.com/hyprwm/Hyprland/issues
[Todo]: https://github.com/hyprwm/Hyprland/projects?type=beta
-[Contribute]: https://wiki.hypr.land/Contributing-and-Debugging/
-[Install]: https://wiki.hypr.land/Getting-Started/Installation/
-[Quick Start]: https://wiki.hypr.land/Getting-Started/Master-Tutorial/
-[Workflow]: https://github.com/hyprwm/Hyprland/actions/workflows/ci.yaml
+[Contribute]: https://wiki.hyprland.org/Contributing-and-Debugging/
+[Install]: https://wiki.hyprland.org/Getting-Started/Installation/
+[Quick Start]: https://wiki.hyprland.org/Getting-Started/Master-Tutorial/
[License]: LICENSE
@@ -126,9 +126,10 @@ easy IPC, much more QoL stuff than other compositors and more...
-[Preview A]: https://i.ibb.co/XxFY75Mk/greerggergerhtrytghjnyhjn.png
-[Preview B]: https://i.ibb.co/C1yTb0r/falf.png
-[Preview C]: https://i.ibb.co/2Yc4q835/hyprland-preview-b.png
+[Stars Preview]: https://starchart.cc/vaxerski/Hyprland.svg
+[Preview A]: https://i.ibb.co/C1yTb0r/falf.png
+[Preview B]: https://linfindel.github.io/cdn/hyprland-preview-b.png
+[Preview C]: https://i.ibb.co/B3GJg28/20221126-20h53m26s-grim.png
diff --git a/SECURITY.md b/SECURITY.md
deleted file mode 100644
index 187165ce..00000000
--- a/SECURITY.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# Hyprland Development Security Policy
-
-If you have a bug that affects the security of your system, you may
-want to privately disclose it instead of making it immediately public.
-
-## Supported versions
-
-_Only_ the most recent release on Github is supported. There are no LTS releases.
-
-## What is not a security issue
-
-Some examples of issues that should not be reported as security issues:
-
-- An app can execute a command when ran outside of a sandbox
-- An app can write / read hyprland sockets when ran outside of a sandbox
-- Crashes
-- Things that are protected via permissions when the permission system is disabled
-
-## What is a security issue
-
-Some examples of issues that should be reported as security issues:
-
-- Sandboxed application executing arbitrary code via Hyprland
-- Application being able to modify Hyprland's code on the fly
-- Application being able to keylog / track user's activity beyond what the wayland protocols allow
-
-## How to report security issues
-
-Please report your security issues via either of these channels:
-- Mail: `vaxry [at] vaxry [dot] net`
-- Matrix: `@vaxry:matrix.vaxry.net`
-- Discord: `@vaxry`
diff --git a/VERSION b/VERSION
deleted file mode 100644
index 524456c7..00000000
--- a/VERSION
+++ /dev/null
@@ -1 +0,0 @@
-0.54.0
diff --git a/assets/header.svg b/assets/header.svg
index a2b32551..c8cf8222 100644
--- a/assets/header.svg
+++ b/assets/header.svg
@@ -1,64 +1,72 @@
-
\ No newline at end of file
+ @keyframes scaleit {
+ 0% {
+ transform: scale(110%);
+ }
+ 50% {
+ transform: scale(100%);
+ }
+ 100% {
+ transform: scale(110%);
+ }
+ }
+
+
+
+