Skip to content

Commit

Permalink
added display of windows
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Stemmer <[email protected]>
  • Loading branch information
H3rmt committed Feb 2, 2024
1 parent a4795a5 commit 68c80af
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 88 deletions.
136 changes: 135 additions & 1 deletion Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ categories = ["command-line-utilities"]
clap = { version = "^4.4.11", features = ["derive"] }
hyprland = "=0.3.11"
gtk4 = { version = "0.7.3", optional = true }
libadwaita = { version = "0.5.3", optional = true }
gtk4-layer-shell = { version = "0.2.0", optional = true }
notify-rust = { version = "4.0.0", optional = true }
tokio = { version = "1.35.1", optional = true }
tokio-condvar = { version = "0.1.0", optional = true }
icon-loader = { version = "0.4.0", optional = true }

[dev-dependencies]
random_color = "0.8.0"
svg = "0.15.0"

[features]
default = ["gui", "daemon"]
gui = ["gtk4", "gtk4-layer-shell", "tokio", "tokio-condvar", "daemon"]
gui = ["gtk4", "libadwaita", "gtk4-layer-shell", "tokio", "tokio-condvar", "icon-loader", "daemon"]
daemon = ["tokio"]
toast = ["notify-rust"]
Loading

0 comments on commit 68c80af

Please sign in to comment.