eww/crates/simplexpr
WilfSilver 65d622c81f
Add window arguments (#431)
* Allow window definitions to have parameters

* Implement SimplExpr for all other window definition options

* Take gtk scaling into account when setting struts

* Cleanup

* Rename window_argumentss to instance_id_to_args

* Update docs to emphasis window arguments being constant

* Replace eww windows with active-windows and list-windows

* Fix extracting duration from string

* Format + reduce warnings

---------

Co-authored-by: elkowar <5300871+elkowar@users.noreply.github.com>
2023-12-20 21:04:38 +01:00
..
src Add window arguments (#431) 2023-12-20 21:04:38 +01:00
build.rs Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.toml add EWW_TIME magic variable (#792) 2023-06-09 17:17:41 +02:00
README.md Move to crates directory 2021-07-21 19:20:47 +02:00
rust-toolchain Move to crates directory 2021-07-21 19:20:47 +02:00
rustfmt.toml Fix outdated formatting config 2023-02-25 16:51:08 +01:00

simplexpr

simplexpr is a parser and interpreter for a simple expression syntax that can be embedded into other applications or crates. It is being developed to be used in eww, but may also other uses.

For now, this is highly experimental, unstable, and ugly. You most definitely do not want to use this crate.