diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..318ad6e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @nnyyxxxx +* @adamperkowski diff --git a/readme.md b/readme.md index baf2809..113015d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@
-## 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) 🦀 @@ -51,3 +52,5 @@ paru -S - [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 window manager + +
Copyright (C) 2024 HyprUtils
diff --git a/src/main.rs b/src/main.rs index 58edf4f..1f03b05 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,7 +59,7 @@ fn build_ui(app: &Application) { let gui_clone = gui.clone(); copy_button.connect_clicked(move |_| { gui_clone.borrow_mut().custom_info_popup( - "Copyright (C) 2024 Nyx, Adam Perkowski", + "Copyright (C) 2024 HyprUtils", "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of