Skip to content

Commit

Permalink
feat: a desktop entry + readme update (#5)
Browse files Browse the repository at this point in the history
* feat: a desktop entry

* add gtk4
  • Loading branch information
adamperkowski authored Oct 12, 2024
1 parent fa25e70 commit 2b7e0bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions hyprgui.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=HyprGUI
Comment=GUI for configuring Hyprland, written in blazingly fast Rust!
Exec=/usr/bin/hyprgui
Icon=preferences-system
Type=Application
Terminal=false
Categories=Utility;
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
### Example usage:

```bash
sudo pacman -S --needed rust git base-devel
sudo pacman -S --needed rustup git base-devel gtk4
rustup default stable
git clone https://github.com/nnyyxxxx/hyprgui
cd hyprgui
cargo run
Expand All @@ -31,4 +32,4 @@ cargo run

### Warning:

- This was just made sat, 12 oct 2024, so there will be a lot of bugs.
- This was just made sat, 12 oct 2024, so there will be a lot of bugs.

0 comments on commit 2b7e0bc

Please sign in to comment.