diff --git a/hyprgui.png b/.github/hyprgui.png similarity index 100% rename from hyprgui.png rename to .github/hyprgui.png diff --git a/readme.md b/README.md similarity index 75% rename from readme.md rename to README.md index 46186bf..827fa95 100644 --- a/readme.md +++ b/README.md @@ -1,11 +1,11 @@
-

HyprGUI

+

HyprGUI

- + An unofficial GUI for configuring Hyprland, built with GTK4 and Rust. 🚀🦀
-Comes with a custom [hyprparser](https://github.com/nnyyxxxx/hyprparser) for Hyprland's configuration file. (Rust btw) 🦀 +Comes with a custom hyprparser for Hyprland's configuration file. (Rust btw) 🦀 ## Preview ![Preview](.github/preview.png) @@ -17,7 +17,7 @@ Comes with a custom [hyprparser](https://github.com/nnyyxxxx/hyprparser) for Hyp [![Packaging status](https://repology.org/badge/vertical-allrepos/hyprgui.svg)](https://repology.org/project/hyprgui/versions) ### GitHub Releases -See HyprGUI's [releases page](https://github.com/nnyyxxxx/hyprgui/releases) for downloadable binaries. +See HyprGUI's [releases page](https://github.com/hyprutils/hyprgui/releases) for downloadable binaries. ### Arch Linux There are 2 different [AUR](https://aur.archlinux.org) packages available: @@ -71,7 +71,7 @@ nix-shell -p hyprgui 1. Install Rust (preferably `rustup`) through your distro's package or [the official script](https://www.rust-lang.org/tools/install) 2. Install `git`, `pango` and `gtk4` 3. Clone this repository: -`git clone https://github.com/nnyyxxxx/hyprgui && cd hyprgui` +`git clone https://github.com/hyprutils/hyprgui && cd hyprgui` 4. Compile the app with `cargo build --release` or run it directly with `cargo run --release` ## TODO: @@ -82,10 +82,8 @@ nix-shell -p hyprgui - [ ] Improve GUI ## Credits: -- [Nyx](https://github.com/nnyyxxxx) - Implementing the parser, rest of the GUI, and maintaining the project -- [Adam](https://github.com/adamperkowski) - Implementing the base GUI, maintaining the AUR packages and the project - [Vaxry](https://github.com/vaxerski) - Hyprland - [rust-gtk](https://github.com/gtk-rs/gtk4-rs) - The GTK4 library - [Hyprland](https://github.com/hyprwm/Hyprland) - The wayland compositor -
Copyright (C) 2024 HyprUtils
+
Copyright (C) 2026 HyprUtils