Commit Graph

616 Commits

Author SHA1 Message Date
Wölfchen
4ce42455a4
fix: fix jq (#1044)
* fix: fix jq

* feat: add basic jq test case
2024-03-16 13:33:12 +01:00
Wölfchen
7bfd47eb81
fix: update and improve flake (#1032)
* fix: update and improve flake

* chore: update changelog
2024-02-24 13:46:40 +01:00
Rayzeq
d96586c209
Completions (#1029)
* Handle `shell-completions` before anything else

* Update CHANGELOG.md
2024-02-20 22:42:09 +01:00
elkowar
387d344690
Release version 0.5.0 2024-02-17 18:21:49 +01:00
elkowar
5b3dabf090
Fix logfiles growing indefinitely (fixes #750, #689, #1000) 2024-02-17 18:03:35 +01:00
elkowar
2656e238ca
Fix wrong values in EWW_NET (fixes #958) 2024-02-17 17:34:58 +01:00
elkowar
3f478b6503
Support generating shell completions 2024-02-17 17:03:55 +01:00
Fabian
9cbbcb96b3
Potential fix for for-loop memory leak (#1010)
* fix for-loop memory leak

* remove additional unsafe call
2024-02-17 16:30:11 +01:00
Zacharie Dubrulle
d497726d7b Add tooltip widget 2024-02-17 16:23:44 +01:00
elkowar
4862db66ef
Fix docs for :monitor list 2024-02-17 16:04:00 +01:00
elkowar
1db7ff3bad
Fix warnings 2024-02-17 15:06:04 +01:00
elkowar
efea88598c
Update lalrpop 2024-02-17 14:46:20 +01:00
elkowar
4385782be4
Update jaq 2024-02-17 14:42:39 +01:00
elkowar
e6817f221b
Update a few dependencies 2024-02-17 14:26:44 +01:00
elkowar
42f3410b5b
Remove nightly options from rustfmt.toml 2024-02-17 14:14:46 +01:00
elkowar
8f103e5a3d
Switch to using workspace dependencies 2024-02-17 14:12:48 +01:00
elkowar
091b630072 Use stable rust in CI 2024-02-17 13:21:05 +01:00
elkowar
9ca98448cc Switch to stable rust 2024-02-17 13:21:05 +01:00
elkowar
60ab81ac13 Yeet try_blocks 😢 2024-02-17 13:21:05 +01:00
elkowar
0eed19332b Yeet trace_macros, extract_if, slice_concat_trait, never_type 2024-02-17 13:21:05 +01:00
elkowar
6c786447e5 Yeet hash_extract_if, let_chains 2024-02-17 13:21:05 +01:00
elkowar
e93f345210 Yeet use of patterns feature 2024-02-17 13:21:05 +01:00
elkowar
031a2b52ec Fix clippy lints 2024-02-17 13:21:05 +01:00
elkowar
82a429a569 Yeet box patterns 2024-02-17 13:21:05 +01:00
nativerv
607f4411d3
add :unindent property (#804) 2024-02-17 12:15:05 +01:00
elkowar
4a0901b16c
Update rust nightly toolchain 2024-02-17 12:01:32 +01:00
Elekrisk
8c977892d4
add gravity property to label widget (#949) 2024-02-17 10:42:29 +01:00
Vladyslav Aviedov
e95d3af963
Add gtk stack widget (#838) 2024-02-17 10:38:06 +01:00
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
ElKowar
4f1f853b5f
Improve flexibility of monitor configuration (#1003)
* Allow named monitors on wayland

* Allow list of monitor matchers
2023-12-20 16:59:39 +01:00
Eclipse222
fff40ce1a7
Update configuration.md (#894)
Cleared up the wayland section slightly :)
2023-12-11 11:26:39 +01:00
loqusion
77aeb5464d
docs: fix minor typo (#888) 2023-12-11 11:25:46 +01:00
ElKowar
a9a35c1804
Support --duration close timer for windows (#884) 2023-08-18 15:51:42 +02:00
Tamás Táncos
393f7fa401
Update the gtk libraries to 0.17 (#747) 2023-08-18 15:03:01 +02:00
elkowar
c94b40d3fa
fix property naming with _ in docs 2023-08-18 10:48:00 +02:00
elkowar
4450ef55fa
Add substring function 2023-08-18 10:46:12 +02:00
end-4
9d0b667dea
Add trigonometric functions (#823) 2023-08-16 13:40:24 +02:00
elkowar
efce800aff
Update dependencies 2023-08-16 13:16:32 +02:00
elkowar
d42bb08e84
Fix circular progress crashing when value is out of range
fixes #682, fixes #854
2023-08-16 12:51:43 +02:00
elkowar
44fa18367e
make getvol use pamixer 2023-08-03 16:45:45 +02:00
elkowar
dc3129aee2
Add :css property to widgets 2023-07-29 21:53:46 +02:00
elkowar
a470bb816f
make getvol script nicer and work without amixer 2023-07-29 21:14:09 +02:00
elkowar
27830a8c6d
Fix eww not working on wayland if X feature is enabled 2023-07-29 20:05:45 +02:00
elkowar
4a9455b63f
Remove unnecessary once_cell feature 2023-07-29 14:57:01 +02:00
éclairevoyant
acf255f24a
Comply with rust-lang/rfcs#2140 (#815) 2023-07-29 14:48:13 +02:00
elkowar
25e50eda46
cleanup some builtin vars 2023-06-10 20:57:40 +02:00
elkowar
c613275621
Don't constantly log total_avg error 2023-06-10 20:30:10 +02:00
elkowar
b31e397e97
Cleanup EWW_TIME API and code 2023-06-09 17:21:21 +02:00
Eren Önen
4d63f6deec
add EWW_TIME magic variable (#792) 2023-06-09 17:17:41 +02:00
elkowar
e733d4e1e4
Remove redundant getram script (fixes #782) 2023-06-09 16:33:24 +02:00