Commit graph

  • 1b819fb646
    System Tray (#743) Temmie 2024-03-30 20:55:01 +11:00
  • f1ec00a1c9
    add get_env function to yuck (#779) Jacob 2024-03-20 11:45:08 +00:00
  • 4ce42455a4
    fix: fix jq (#1044) Wölfchen 2024-03-16 12:33:12 +00:00
  • 7bfd47eb81
    fix: update and improve flake (#1032) Wölfchen 2024-02-24 12:46:40 +00:00
  • d96586c209
    Completions (#1029) Rayzeq 2024-02-20 22:42:09 +01:00
  • 387d344690
    Release version 0.5.0 elkowar 2024-02-17 18:21:02 +01:00
  • 5b3dabf090
    Fix logfiles growing indefinitely (fixes #750, #689, #1000) elkowar 2024-02-17 18:03:35 +01:00
  • 2656e238ca
    Fix wrong values in EWW_NET (fixes #958) elkowar 2024-02-17 17:34:58 +01:00
  • 3f478b6503
    Support generating shell completions elkowar 2024-02-17 17:03:55 +01:00
  • 9cbbcb96b3
    Potential fix for for-loop memory leak (#1010) Fabian 2024-02-17 16:30:11 +01:00
  • d497726d7b Add tooltip widget Zacharie Dubrulle 2024-01-17 11:20:47 +01:00
  • 4862db66ef
    Fix docs for :monitor list elkowar 2024-02-17 16:04:00 +01:00
  • 1db7ff3bad
    Fix warnings elkowar 2024-02-17 15:06:04 +01:00
  • efea88598c
    Update lalrpop elkowar 2024-02-17 14:46:20 +01:00
  • 4385782be4
    Update jaq elkowar 2024-02-17 14:42:39 +01:00
  • e6817f221b
    Update a few dependencies elkowar 2024-02-17 14:26:44 +01:00
  • 42f3410b5b
    Remove nightly options from rustfmt.toml elkowar 2024-02-17 14:14:46 +01:00
  • 8f103e5a3d
    Switch to using workspace dependencies elkowar 2024-02-17 14:12:48 +01:00
  • 091b630072 Use stable rust in CI elkowar 2024-02-17 13:09:17 +01:00
  • 9ca98448cc Switch to stable rust elkowar 2024-02-17 13:03:41 +01:00
  • 60ab81ac13 Yeet try_blocks 😢 elkowar 2024-02-17 12:59:41 +01:00
  • 0eed19332b Yeet trace_macros, extract_if, slice_concat_trait, never_type elkowar 2024-02-17 12:46:21 +01:00
  • 6c786447e5 Yeet hash_extract_if, let_chains elkowar 2024-02-17 12:43:14 +01:00
  • e93f345210 Yeet use of patterns feature elkowar 2024-02-17 12:38:04 +01:00
  • 031a2b52ec Fix clippy lints elkowar 2024-02-17 12:34:47 +01:00
  • 82a429a569 Yeet box patterns elkowar 2024-02-17 12:32:29 +01:00
  • 607f4411d3
    add :unindent property (#804) nativerv 2024-02-17 14:15:05 +03:00
  • 4a0901b16c
    Update rust nightly toolchain elkowar 2024-02-17 12:01:32 +01:00
  • 8c977892d4
    add gravity property to label widget (#949) Elekrisk 2024-02-17 10:42:29 +01:00
  • e95d3af963
    Add gtk stack widget (#838) Vladyslav Aviedov 2024-02-17 04:38:06 -05:00
  • 65d622c81f
    Add window arguments (#431) WilfSilver 2023-12-20 20:04:38 +00:00
  • 4f1f853b5f
    Improve flexibility of monitor configuration (#1003) ElKowar 2023-12-20 16:59:39 +01:00
  • fff40ce1a7
    Update configuration.md (#894) Eclipse222 2023-12-11 05:26:39 -05:00
  • 77aeb5464d
    docs: fix minor typo (#888) loqusion 2023-12-11 04:25:46 -06:00
  • a9a35c1804
    Support --duration close timer for windows (#884) ElKowar 2023-08-18 15:51:42 +02:00
  • 393f7fa401
    Update the gtk libraries to 0.17 (#747) Tamás Táncos 2023-08-18 15:03:01 +02:00
  • c94b40d3fa
    fix property naming with _ in docs elkowar 2023-08-18 10:48:00 +02:00
  • 4450ef55fa
    Add substring function elkowar 2023-08-16 16:24:04 +02:00
  • 9d0b667dea
    Add trigonometric functions (#823) end-4 2023-08-16 18:40:24 +07:00
  • efce800aff
    Update dependencies elkowar 2023-08-16 13:14:12 +02:00
  • d42bb08e84
    Fix circular progress crashing when value is out of range elkowar 2023-08-16 12:51:43 +02:00
  • 44fa18367e
    make getvol use pamixer elkowar 2023-08-03 16:45:45 +02:00
  • dc3129aee2
    Add :css property to widgets elkowar 2023-07-29 21:53:46 +02:00
  • a470bb816f
    make getvol script nicer and work without amixer elkowar 2023-07-29 21:14:09 +02:00
  • 27830a8c6d
    Fix eww not working on wayland if X feature is enabled elkowar 2023-07-29 20:05:45 +02:00
  • 4a9455b63f
    Remove unnecessary once_cell feature elkowar 2023-07-29 14:57:01 +02:00
  • acf255f24a
    Comply with rust-lang/rfcs#2140 (#815) éclairevoyant 2023-07-29 08:48:13 -04:00
  • 25e50eda46
    cleanup some builtin vars elkowar 2023-06-10 20:57:40 +02:00
  • c613275621
    Don't constantly log total_avg error elkowar 2023-06-10 20:30:10 +02:00
  • b31e397e97
    Cleanup EWW_TIME API and code elkowar 2023-06-09 01:28:59 +02:00
  • 4d63f6deec
    add EWW_TIME magic variable (#792) Eren Önen 2023-06-09 18:17:41 +03:00
  • e733d4e1e4
    Remove redundant getram script (fixes #782) elkowar 2023-06-09 16:33:21 +02:00
  • 028f315ba8
    docs: fix typo (#781) Chan Wei Qi 2023-06-03 16:38:19 -04:00
  • e76206817d
    Add timeout log to run_command elkowar 2023-03-26 13:10:35 +02:00
  • 88cd3a29dc
    Provide better error and docs for duration type elkowar 2023-03-26 12:40:12 +02:00
  • 992ac0b59a
    Add namespace window option (#723) ElKowar 2023-03-26 12:26:49 +02:00
  • 642983a066
    Default to building with both x11 and wayland (#722) ElKowar 2023-03-26 12:09:03 +02:00
  • de232de41b
    feat: truncate-left for labels (#721) kawaki-san 2023-03-26 10:25:24 +02:00
  • c72b881c3f feat: add justify property n3oney 2023-03-07 23:38:08 +01:00
  • fba770255d
    remove box_syntax (#711) éclairevoyant 2023-03-20 07:40:36 -04:00
  • 45154bbf59
    Add regex match operator (=~) to documentation (#702) Azad 2023-03-08 20:25:50 +01:00
  • 8ff4142064
    Cleanup code, fix clippy lints elkowar 2023-02-25 17:04:15 +01:00
  • d2c7bde29d
    Fix outdated formatting config elkowar 2023-02-25 16:51:08 +01:00
  • 7290b9bb8d
    Add jq function (#695) ElKowar 2023-02-25 16:27:32 +01:00
  • 6b576c02ac
    Vanilla CSS support (#467) Ezequiel Ramis 2023-02-25 06:35:35 -03:00
  • 59e8e02f15
    Remove broken newline and mention zfs (#685) Peter Crawley 2023-02-25 09:25:55 +00:00
  • 6a64a28629
    Add support for null safe indexing e.g. for arrays (#631) Roland Fredenhagen 2023-01-05 20:21:29 +01:00
  • 29bfe4129f
    Fix temperature values not being accessible due to NaN values (#650) Gioele De Vitti 2023-01-05 19:16:47 +00:00
  • 3ae34602eb
    Make some operators lazily evaluated (#627) Roland Fredenhagen 2023-01-05 20:00:40 +01:00
  • 678e4dbc6b
    Remove levenshtein crate in favor of strsim (#635) Niclas 2022-12-07 15:14:13 +00:00
  • ec4c2d1a4f
    Update clap to 4.0 (#633) Niclas 2022-11-28 13:45:51 +00:00
  • 7a0e1b77f2
    Disables default features for grass (#606) Niclas 2022-10-29 12:02:06 +00:00
  • 991bb8d078
    Clean up Cargo.toml's (#607) Niclas 2022-10-29 12:01:48 +00:00
  • 964cafce74
    Update dependencies (#604) ElKowar 2022-10-24 21:12:08 +02:00
  • f37f3ca3d8
    Fix some clippy lints and run cargo fmt (#603) ElKowar 2022-10-24 19:41:16 +02:00
  • 471f1a117d
    Allow for floating-point percentages in window geometry (fixes #601) (#602) ElKowar 2022-10-24 19:08:50 +02:00
  • 0cccd9d74f
    Fix for loop widget not removing scopes when value changes elkowar 2022-10-01 17:37:32 +02:00
  • f0d4f40dcf
    Fix panic on trailing backslash in string (fixes #551) elkowar 2022-10-01 17:24:34 +02:00
  • 37fc231761
    Safe Access Operator (#577) Josiah Hilden 2022-10-01 10:03:54 -05:00
  • 91d55cb305
    Fix link to dharmx' powermenu guide (fixes #581) ElKowar 2022-09-29 14:41:18 +02:00
  • 52e9603dd8
    Fix: update crate version in lockfile (#558) Philipp Herzog 2022-09-13 11:29:17 +02:00
  • d58d91de78
    Prepare 0.4.0 release elkowar 2022-09-04 20:20:13 +02:00
  • 7623e7e692
    Improve CSS error handling by parsing GTK error output (see #446) elkowar 2022-09-04 16:16:37 +02:00
  • 58907eac4b
    Add some comments elkowar 2022-09-03 21:06:50 +02:00
  • d3b94cc76e
    Factor out scss handling into it's own module elkowar 2022-09-03 20:33:18 +02:00
  • 89ea0a1fbc
    Update dependencies elkowar 2022-09-03 18:49:07 +02:00
  • b4d47956b5
    Move from structopt to clap-derive elkowar 2022-09-03 18:41:23 +02:00
  • 2c3b3ff260
    Cleanup AstError and Error representation in general (#549) ElKowar 2022-09-03 18:17:21 +02:00
  • 9e3df8be3b
    Remove BREAKING CHANGE notification in calendar onchange elkowar 2022-09-03 10:18:53 +02:00
  • bf532e63cc
    Fix calendar months being indexed by 0 (fixes #544) elkowar 2022-09-03 10:16:01 +02:00
  • 44a8331417
    Fix circular-progress showing 0 when value is 100 and clockwise is false (fixes #543) elkowar 2022-09-03 10:09:37 +02:00
  • 956f96fd76
    Update dependencies elkowar 2022-08-29 16:34:19 +02:00
  • 28af00becd
    Refactor app.rs, cleaning up run-while handling elkowar 2022-08-29 15:33:27 +02:00
  • 683936c23d
    Remove some unused code elkowar 2022-08-29 14:53:02 +02:00
  • e1d9e5cfff
    Add check for duplicate variable definition (fixes #320) elkowar 2022-08-29 14:07:53 +02:00
  • eba1c032ae
    Add build commit hash to eww --version elkowar 2022-08-29 13:29:38 +02:00
  • 3c57ca59bf
    Fix scale running onchange on scripted changes (fixes #482) elkowar 2022-08-29 12:43:01 +02:00
  • abb7315215
    Cleanup script-var-handler properly in drop impl elkowar 2022-08-29 11:51:18 +02:00
  • 535f21f5f9
    Allow output names to select a monitor (#522) Carlos Pinto 2022-08-29 10:20:36 +01:00
  • e09c7364a5
    Make max value for graph f64::MAX (fixes #540) elkowar 2022-08-29 11:11:38 +02:00