Skip to content

Commit

Permalink
fix: replace (almost) every nnyyxxxx with hyprutils (#48)
Browse files Browse the repository at this point in the history
replace (almost) every `nnyyxxxx` with `hyprutils`
  • Loading branch information
adamperkowski authored Nov 8, 2024
1 parent 03e04e3 commit 066c070
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions man/hyprwall.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -63,7 +63,7 @@ paru -S <package>
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:
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 066c070

Please sign in to comment.