Skip to content

Commit

Permalink
added new logging, refactor (2/?);
Browse files Browse the repository at this point in the history
added hover back in
  • Loading branch information
H3rmt committed Feb 5, 2024
1 parent 81e88f9 commit cb5bb39
Show file tree
Hide file tree
Showing 8 changed files with 311 additions and 501 deletions.
195 changes: 6 additions & 189 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ hyprland = { version = "0.3.13" }
tokio = { version = "1.35.1", features = ["full"] }
log = "0.4"
stderrlog = "0.6.0"
anyhow = "1.0.79"

gtk4 = { version = "0.7.3", optional = true }
#gtk4 = { version = "0.8.0", optional = true }
adw = { package = "libadwaita", version = "0.5.3", optional = true }
#adw = { package = "libadwaita", version = "0.6.0", optional = true }
gtk4-layer-shell = { version = "0.2.0", optional = true }
notify-rust = { version = "3.6.3", optional = true }
tokio-condvar = { version = "0.1.0", optional = true }
icon-loader = { version = "0.4.0", optional = true }

Expand All @@ -33,12 +33,11 @@ svg = "0.15.0"
[features]
default = ["gui"]
gui = ["gtk4", "gtk4-layer-shell", "tokio-condvar", "icon-loader"]
libadwaita = ["adw"]
toast = ["notify-rust"]
libadwaita = ["adw", "gui"]

[profile.release]
strip = "debuginfo"
lto = true
opt-level = "s"
panic = "abort"
codegen-units = 1
codegen-units = 1
Loading

0 comments on commit cb5bb39

Please sign in to comment.