eww/crates/simplexpr/src
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
..
parser Fix some clippy lints and run cargo fmt (#603) 2022-10-24 19:41:16 +02:00
snapshots Allow for floating point numbers in durations (fixes #447) 2022-04-29 14:20:14 +02:00
ast.rs Safe Access Operator (#577) 2022-10-01 17:03:54 +02:00
dynval.rs Add window arguments (#431) 2023-12-20 21:04:38 +01:00
error.rs Cleanup AstError and Error representation in general (#549) 2022-09-03 18:17:21 +02:00
eval.rs Add substring function 2023-08-18 10:46:12 +02:00
lib.rs Remove unnecessary once_cell feature 2023-07-29 14:57:01 +02:00
simplexpr_parser.lalrpop Add support for null safe indexing e.g. for arrays (#631) 2023-01-05 20:21:29 +01:00