New
v0.5.0
Eww 0.5.0
BREAKING CHANGES
- Remove
eww windowscommand, replace witheww active-windowsandeww list-windows
Features
- Add
:namespacewindow option - Default to building with x11 and wayland support simultaneously
- Add
truncate-leftproperty onlabelwidgets (By: kawaki-san) - Add
gravityproperty onlabelwidgets (By: Elekrisk) - Add support for safe access (
?.) in simplexpr (By: oldwomanjosiah) - Allow floating-point numbers in percentages for window-geometry
- Add support for safe access with index (
?.[n]) (By: ModProg) - Made
and,orand?:lazily evaluated in simplexpr (By: ModProg) - Add Vanilla CSS support (By: Ezequiel Ramis)
- Add
jqfunction, offering jq-style json processing - Add
justifyproperty to the label widget, allowing text justification (By: n3oney) - Add
EWW_TIMEmagic variable (By: Erenoit) - Add trigonometric functions (
sin,cos,tan,cot) and degree/radian conversions (degtorad,radtodeg) (By: end-4) - Add
substringfunction to simplexpr - Add
--durationflag toeww open - Add support for referring to monitor with
<primary> - Add support for multiple matchers in
monitorfield - Add
stackwidget (By: vladaviedov) - Add
unindentproperty to the label widget, allowing to disable removal of leading spaces (By: nrv) - Switch to stable rust toolchain (1.76)
- Add
tooltipwidget, which allows setting a custom tooltip (not only text), to a widget (By: Rayzeq) - Add
eww shell-completionscommand, generating completion scripts for different shells
Fixes
- Fix wrong values in
EWW_NET - Fix logfiles growing indefinitely