Skip to content

Commit

Permalink
some org updates (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski authored Oct 28, 2024
1 parent 548de94 commit 0155319
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @nnyyxxxx
* @adamperkowski
2 changes: 1 addition & 1 deletion man/hyprwall.1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Please consider submitting feedback if you encounter any issues.
https://github.com/nnyyxxxx/hyprwall/issues

.SH COPYRIGHT
Copyright (c) 2024 Nyx, Adam Perkowski.
Copyright (c) 2024 HyprUtils.
.br
GPL-2.0 License.
https://www.gnu.org/licenses/old-licenses/gpl-2.0
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div align='center'>

## Hyprwall
<h2>Hyprwall <img src='https://raw.githubusercontent.com/hyprutils/.github/refs/heads/main/hyprutils_transparent.png'width='18' height='18'></h2>

An unofficial GUI for setting wallpapers with multiple backends, built with GTK4 and Rust. 🚀🦀<br>

![Logo](.github/hyprwall.png)
Expand Down Expand Up @@ -75,3 +76,5 @@ paru -S <package>
- [Vaxry](https://github.com/vaxerski) - Hyprpaper
- [rust-gtk](https://github.com/gtk-rs/gtk4-rs) - The GTK4 library
- [Hyprland](https://github.com/hyprwm/Hyprland) - The window manager

<h6 align='center'>Copyright (C) 2024 HyprUtils<h6>
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn main() {
.expect("Time went backwards")
.as_secs()
/ (365 * 24 * 60 * 60));
println!("Copyright (C) {} Nyx, Adam Perkowski", current_year);
println!("Copyright (C) {} HyprUtils", current_year);
println!(
"\nThis program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down

0 comments on commit 0155319

Please sign in to comment.