org updates (#49)

* some org updates

* add logo
This commit is contained in:
Adam Perkowski
2024-10-28 19:29:31 +00:00
committed by GitHub
parent 4215553fc6
commit 2e8f4f7315
3 changed files with 7 additions and 2 deletions

2
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,2 @@
* @nnyyxxxx
* @adamperkowski

View File

@@ -1,6 +1,7 @@
<div align='center'>
## HyprGUI 🚀🦀
<h2>HyprGUI <img src='https://raw.githubusercontent.com/hyprutils/.github/refs/heads/main/hyprutils_transparent.png'width='18' height='18'></h2>
An unofficial GUI for configuring Hyprland, built with GTK4 and Rust. 🚀🦀<br>
Comes with a custom [hyprparser](https://github.com/nnyyxxxx/hyprparser) for Hyprland's configuration file. (Rust btw) 🦀
@@ -51,3 +52,5 @@ paru -S <package>
- [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
<h6 align='center'>Copyright (C) 2024 HyprUtils<h6>

View File

@@ -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