add lupan-wm and lupan-clock and use them if available

This commit is contained in:
2022-01-10 21:38:37 +01:00
parent cbc2fe2b6c
commit 924ac9ccf8
7 changed files with 1018 additions and 5 deletions

9
lupan-wm/Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "lupan-wm"
version = "0.1.0"
edition = "2018"
[dependencies]
clap = { version = "3.0.5", features = ["derive"] }
penrose = "0.2.1"
simplelog = "0.8"