diff --git a/man/hyprwall.1 b/man/hyprwall.1 index 1c10c21..1023be0 100644 --- a/man/hyprwall.1 +++ b/man/hyprwall.1 @@ -62,11 +62,11 @@ Print version .SH SUPPORT If you find Hyprwall useful, please consider giving it a star on GitHub to show your support! -https://github.com/nnyyxxxx/hyprwall +https://github.com/hyprutils/hyprwall .SH REPORTING BUGS Please consider submitting feedback if you encounter any issues. -https://github.com/nnyyxxxx/hyprwall/issues +https://github.com/hyprutils/hyprwall/issues .SH COPYRIGHT Copyright (c) 2024 HyprUtils. diff --git a/readme.md b/readme.md index a752496..bb4e9a3 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ An unofficial GUI for setting wallpapers with multiple backends, built with GTK4 ## Installation ### GitHub Releases -See Hyprwall's [releases page](https://github.com/nnyyxxxx/hyprwall/releases) for downloadable binaries. +See Hyprwall's [releases page](https://github.com/hyprutils/hyprwall/releases) for downloadable binaries. ### Arch Linux There are 2 different [AUR](https://aur.archlinux.org) packages available: @@ -63,7 +63,7 @@ paru -S 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/hyprwall && cd hyprwall` +`git clone https://github.com/hyprutils/hyprwall && cd hyprwall` 4. Compile the app with `cargo build --release` or run it directly with `cargo run --release` ## TODO: diff --git a/src/main.rs b/src/main.rs index 44d47e8..82fec1f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -165,7 +165,7 @@ along with this program; if not, see } let app = Application::builder() - .application_id("nnyyxxxx.hyprwall") + .application_id("hyprutils.hyprwall") .build(); app.connect_activate(gui::build_ui);