Skip to content

Commit

Permalink
rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Oct 16, 2024
1 parent 69da727 commit 516ca62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "hyprpapergui"
name = "hyprwall"
version = "0.1.0"
authors = ["Nyx <[email protected]>"]
license = "GPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::process::Command;

fn main() {
let app = Application::builder()
.application_id("nnyyxxxx.hyprpapergui")
.application_id("nnyyxxxx.hyprwall")
.build();

app.connect_activate(gui::build_ui);
Expand Down

0 comments on commit 516ca62

Please sign in to comment.