-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement cli arguments * fix problems with restoring * forgot to bump ver LOL * more implementation * fix swaybg issues * add to md * use -r for small arg
- Loading branch information
Showing
5 changed files
with
263 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hyprwall" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Nyx <[email protected]>"] | ||
license = "GPL-2.0" | ||
description = "GUI for setting wallpapers with Hyprpaper, written in blazingly fast Rust!" | ||
|
@@ -16,6 +16,7 @@ categories = ["gui"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
clap = { version = "4.3", features = ["derive"] } | ||
gtk = { version = "0.9.2", package = "gtk4" } | ||
glib = { version = "0.18.0", features = ["v2_68"] } | ||
gio = "0.18.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.