Commit Graph

603 Commits

Author SHA1 Message Date
legendofmiracles
e4e0178de9
fixes compilation on latest nightly (#265) 2021-09-11 12:16:19 +02:00
ElKowar
a2682b79ac
fix: correct gt and lt parsing 2021-09-11 12:14:42 +02:00
Florian Proksch
07a9b97e5b
fix: correct gt and lt parsing 2021-09-05 17:51:30 +02:00
ElKowar
70285e0ebf
Add more information to EWW_RAM, fix documentation of magic variables
Better EWW_RAM / Docs update
2021-08-27 18:35:38 +02:00
druskus20
6ad999f299
Fixed percentages and ram usage 2021-08-27 18:34:44 +02:00
druskus20
fb2bff5137 Deprecation warning for EWW_CPU_USAGE 2021-08-26 02:26:40 +02:00
druskus20
0a71f3ccf8 This is now, how one calculates percentages 2021-08-26 01:38:00 +02:00
ElKowar
291239af15
feat(simplexpr): allow json literals in simplexprs 2021-08-25 14:52:58 +02:00
elkowar
3f65733d12
feat(simplexpr): allow json literals in simplexprs 2021-08-25 14:52:14 +02:00
druskus20
d216e8a723 EWW_NET fixed null interface error 2021-08-24 22:37:53 +02:00
elkowar
8de692da8a
fix: Fix listen-var process cleanup
listenvars now run in their own process-groups. Thus, when they get
stopped, not only does the main script get killed, but also the spawned
children, rather than them being adopted by init.
2021-08-24 14:01:58 +02:00
druskus20
905118f612 Added % used ram to EWW_RAM 2021-08-24 13:39:04 +02:00
elkowar
30868de604
fix(logs): remove variable updates from info logs 2021-08-23 10:15:17 +02:00
elkowar
bbcc8a3d29
fix: Wait 50ms before reloading config, to avoid reading an empty file 2021-08-23 10:12:31 +02:00
elkowar
17750289a5
fix: Run hot-reloading only on modify events 2021-08-23 10:06:28 +02:00
druskus20
5ca6ba03c4 Added used space to EWW_DISK 2021-08-23 00:06:45 +02:00
druskus20
86dce341ac Updated the docs, renamed EWW_CPU_USAGE to EWW_CPU 2021-08-21 19:55:04 +02:00
druskus20
4c9315a016 Adding more memory data to EWW_RAM as json fields 2021-08-21 19:12:28 +02:00
druskus20
8234145bf2 Renamed system stat functions 2021-08-21 18:30:06 +02:00
elkowar
77055b80e7
fix(diag): Add span to default values of custom widgets 2021-08-21 16:59:59 +02:00
elkowar
c380313ba7
feat(config): Add optional widget arguments prefixed with ? 2021-08-21 14:24:13 +02:00
elkowar
7aa8d8a404
fix(diag): Improve warning for unknown attributes 2021-08-21 12:33:37 +02:00
elkowar
9ce219a420
feat(cli): add --toggle to open-many, allow closing multiple windows at once 2021-08-19 15:45:07 +02:00
elkowar
7ffebf6903
Fix documentation of magic variables 2021-08-18 17:14:58 +02:00
elkowar
c079f19c25
Fix gh-pages workflow 2021-08-18 17:09:32 +02:00
ElKowar
9c12a316d6
Merge pull request #221 from elkowar/config_rework
Configuration format rework
2021-08-18 16:56:16 +02:00
ElKowar
a7ccd2698f
Merge branch 'master' into config_rework 2021-08-18 16:41:00 +02:00
elkowar
9dc02f413b
set fixed rust toolchain 2021-08-18 16:35:36 +02:00
elkowar
3830e003fe
Clean up example config further 2021-08-18 16:30:11 +02:00
elkowar
f83ad913be
Clean up example bar 2021-08-18 16:21:04 +02:00
elkowar
b8877c5dc0
Add migration to readme 2021-08-18 16:01:50 +02:00
elkowar
4942925859
Cleanup and update dependencies 2021-08-18 15:24:00 +02:00
elkowar
9af334389b
Add lisp syntax highlighting to docs 2021-08-17 13:07:52 +02:00
elkowar
bb84e36757
Fix example widgets at start of config 2021-08-17 13:07:52 +02:00
elkowar
8679d7cb71
Add comment to explain where to use literal 2021-08-17 13:07:52 +02:00
elkowar
30275007cb
Fix explanation of geometry in configuration 2021-08-17 13:07:52 +02:00
elkowar
0a27685938
reorder pages 2021-08-17 13:07:52 +02:00
elkowar
3d6e9a9ba1
Reformat markdown 2021-08-17 13:07:52 +02:00
elkowar
a7d9d0a6fe
mention literal explicitly 2021-08-17 13:07:52 +02:00
elkowar
e750abf38c
Fix eww expression and start page, add includes to configuration page 2021-08-17 13:07:52 +02:00
elkowar
20f3d3c10d
Document widgets and variables 2021-08-17 13:07:52 +02:00
elkowar
e200f5ef2b
Write defwindow documentation 2021-08-17 13:07:52 +02:00
elkowar
8faedb0e89
Fix documentation on literal widget 2021-08-17 12:04:42 +02:00
elkowar
1e1c0fcce3
cleanup example 2021-08-17 12:02:29 +02:00
elkowar
7abf38cbfc
Include spans in var_refs of simplexpr 2021-08-17 11:53:45 +02:00
elkowar
c20b172662
Fix representation of string-interpolations by adding a dedicated concat AST variant 2021-08-17 11:10:48 +02:00
elkowar
f0b27d2ec1
Allow for aligned text using unindent 2021-08-14 16:08:43 +02:00
elkowar
398717b782
Add restart flag 2021-08-14 15:06:19 +02:00
elkowar
47e1301180
Slightly clean up error reporting 2021-08-14 14:56:49 +02:00
elkowar
b8d222384b
Make only some commands able to start the daemon 2021-08-14 14:44:22 +02:00