forked from github-starred/hyprgui
2
.github/CODEOWNERS
vendored
Normal file
2
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
* @nnyyxxxx
|
||||
* @adamperkowski
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user