Skip to content

Commit

Permalink
feat: support settings interface (#11)
Browse files Browse the repository at this point in the history
* feat: support settings interface

* chore: move config to arc

* feat: impl file watcher
  • Loading branch information
Decodetalkers authored Sep 28, 2023
1 parent 5bd7150 commit 93f5cfa
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 7 deletions.
226 changes: 221 additions & 5 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ wayland-protocols-misc = { version = "0.2.0", features = ["client"] }
xkbcommon = "0.6.0"
tempfile = "3.8.0"
thiserror = "1.0.48"
toml = "0.8.0"
csscolorparser = "0.6.2"
notify = "6.1.1"
futures = "0.3.28"


[build-dependencies]
Expand Down
Loading

0 comments on commit 93f5cfa

Please sign in to comment.