Skip to content

Commit

Permalink
GTK icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Oct 21, 2024
1 parent 9f101f2 commit bb9bf82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ pub fn build_ui(app: &Application) {
.title("Hyprpaper Configuration")
.default_width(800)
.default_height(600)
.icon_name("hyprwall")
.build();

let scrolled_window = ScrolledWindow::builder()
Expand Down

0 comments on commit bb9bf82

Please sign in to comment.