Commit graph

  • 496eb29038 Fix documentation of windows block elkowar 2020-11-08 11:16:15 +01:00
  • 9146905314
    Advanced window positioning with anchors (#55) ElKowar 2020-11-01 17:33:57 +01:00
  • 0f68a76507
    Implement multiple value update, breakign syntax of eww update (#51) ElKowar 2020-10-30 22:12:21 +01:00
  • c8ff2ce4f4
    Include general structure in configuration documentation Swexti 2020-10-27 10:17:38 +01:00
  • dd3c50f3ac
    fixed widget docs issues, with missing descriptions and renamed a widget (#47) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-26 13:41:57 +00:00
  • 5f5c9897df
    extended troubleshooting in the docs and fixed a few typos (#46) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-26 08:38:03 +00:00
  • 9c5ed210e5 Add favicon to docs elkowar 2020-10-25 23:56:08 +01:00
  • 31ed9d0135 Get rid of a lot of dependencies elkowar 2020-10-25 20:40:40 +01:00
  • 8c939fb054 Cleanup value by using DebugCustom elkowar 2020-10-25 20:20:10 +01:00
  • e4f6ae2854 Add PR template elkowar 2020-10-25 18:01:39 +01:00
  • b60cdcdf06 Fix replace in build-docs script elkowar 2020-10-25 17:39:29 +01:00
  • 5116334978 Update documentation theme elkowar 2020-10-25 17:34:26 +01:00
  • 26f667b792 Restrict when gitlab pages job is being ran elkowar 2020-10-25 16:59:49 +01:00
  • 7013acac63 Fix doc comments in widget_definitions.rs elkowar 2020-10-25 16:54:52 +01:00
  • 571f65f627 Autogen docs (#44) ElKowar 2020-10-25 15:45:31 +01:00
  • b349c003e8 make file reloading faster elkowar 2020-10-25 12:29:01 +01:00
  • 16db5c8664 Add issue templates ElKowar 2020-10-25 12:16:35 +01:00
  • 3d31788b2f
    Cleanup the file structure of main (#43) ElKowar 2020-10-25 11:33:37 +01:00
  • 24e3a36c52
    Combo box and as_vec() (#41) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-25 09:56:45 +00:00
  • 4b86f84479 Merge branch 'dev' elkowar 2020-10-25 10:51:53 +01:00
  • 0bab2963fe Temporarily fix the implementation of limit-width elkowar 2020-10-25 10:51:17 +01:00
  • 7efa1f0909 Merge branch 'dev' elkowar 2020-10-24 22:57:06 +02:00
  • 199d75a0b3 Merge branch 'dev' elkowar 2020-10-24 22:57:06 +02:00
  • 412b53aca6 Actually fix process cleanup elkowar 2020-10-24 22:48:19 +02:00
  • 3849835ff9 Stop script-vars and close windows on eww kill elkowar 2020-10-23 20:28:18 +02:00
  • 3bd73b46f2 Stop script-vars and close windows on eww kill elkowar 2020-10-23 20:28:18 +02:00
  • e427101c19 Add eww logs command. fixes #7 elkowar 2020-10-23 20:17:21 +02:00
  • a906c18bd7 Implement selectable windows, fixes #27 elkowar 2020-10-23 19:40:39 +02:00
  • 4bbbfe7eab Add more flexibility to <label> elkowar 2020-10-23 18:50:15 +02:00
  • a0929c0a84
    Make script-vars use process groups (#40) ElKowar 2020-10-23 18:03:29 +02:00
  • 4573f056b0 Clean up file structure, and add Struts tag which isn't functional yet elkowar 2020-10-23 17:55:59 +02:00
  • 11eafe5d5f Cleanup detach by using nix over libc elkowar 2020-10-22 19:06:08 +02:00
  • d3b6d82ee8 Merge branch 'dev' elkowar 2020-10-22 18:34:10 +02:00
  • bde3197d02 added troubleshooting to the readme (and fixed a small naming convention issue) (#39) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-22 16:31:39 +00:00
  • 5896d1a14d
    added troubleshooting to the readme (and fixed a small naming convention issue) (#39) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-22 16:31:39 +00:00
  • ecdfd589fa add read-timeout to client elkowar 2020-10-21 23:38:44 +02:00
  • 4a4b0a3343 Add more tests elkowar 2020-10-21 19:58:01 +02:00
  • 4ddbea7194
    added color widget (difference to the color button, is thats its not hidden behind a button so you can always see it. (#38) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-21 17:57:37 +00:00
  • 5f3e16e70c Fix parsing of AttrValues (fixes #37) elkowar 2020-10-21 19:14:17 +02:00
  • 7f39205c92 Fix dumb flooring error in window sizing/positioning calculations (fixes #30) elkowar 2020-10-20 22:09:39 +02:00
  • 89c006e040
    added expanded boolean to the expander (#36) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-20 19:57:14 +00:00
  • 715e8e6ecc Remove text widget and add limit-width attribute to label elkowar 2020-10-20 21:39:54 +02:00
  • ca079d149d Set default space-evenly to true elkowar 2020-10-20 21:00:38 +02:00
  • 7a6ddcc566 Rename colorButton to color-button elkowar 2020-10-20 20:12:38 +02:00
  • 084d37124a Fix issues introduced in #32 elkowar 2020-10-20 20:11:59 +02:00
  • d5fc9df94d
    added color button, i am unsure what to do with it know... you figure that out (#32) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-20 18:07:50 +00:00
  • a7328e458d remove useless file elkowar 2020-10-20 19:30:44 +02:00
  • 77ccd1ec0a install pango in CI elkowar 2020-10-20 19:01:29 +02:00
  • c8f0379d19
    added Contributing to readme (#33) ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-20 16:49:38 +00:00
  • 423c79d263 Implement relative window size and position. closes #30 elkowar 2020-10-20 18:44:50 +02:00
  • 0207ccaf3d Cleanup script-var-handler behaviour elkowar 2020-10-19 20:39:34 +02:00
  • 4a9a712af8 added a always-there variable called window_name, that contains.. who would have guessed.. the window name - LegendOfMiracles ur name 2020-10-19 15:57:58 +00:00
  • 44be81d0b1 Fix readme's use of <slider> over <scale> elkowar 2020-10-18 23:28:19 +02:00
  • 4c1053ad19 Fix branch naming in gh actions added by #6 elkowar 2020-10-18 23:01:14 +02:00
  • 00580318e3 Refactor and shorten debug output elkowar 2020-10-18 22:54:21 +02:00
  • b06162dcf5 Refactor attr_value to only have one variant elkowar 2020-10-18 22:12:07 +02:00
  • b6f28990ce added fields to the Cargo.toml ur name 2020-10-18 16:06:38 +00:00
  • 7ab8588b9d Improve CLI help output ay9thqi3tbqiwbegqsg a[soiaosshasdg 2020-10-18 15:14:17 +00:00
  • 5f882e5992 Add MIT license ur name 2020-10-18 15:11:12 +00:00
  • 52503fcf7a Allow for interpolation in attrs elkowar 2020-10-18 20:07:25 +02:00
  • f555d2fe80 replace impl_many! with impl_try_from elkowar 2020-10-18 13:03:44 +02:00
  • c11cfaa26a Simplify PrimitiveValue, add comments for doc-gen elkowar 2020-10-18 12:48:21 +02:00
  • de83f1fb69 Add calendar widget elkowar 2020-10-17 20:41:33 +02:00
  • 3fbb8eb237 write to log file elkowar 2020-10-17 20:23:32 +02:00
  • e00685edcd Add configuration docs (#17) Swexti 2020-10-17 13:50:16 +02:00
  • 0ea3d2255b Implement command (fixes #9) elkowar 2020-10-17 16:41:08 +02:00
  • 3d07a84d1b Ipc cleanup (#18) ElKowar 2020-10-16 22:28:18 +02:00
  • 8f02f1fe6b rename layout to box and introduce non-functional input elkowar 2020-10-16 21:17:15 +02:00
  • 2f9a6304b4 Allow for adding variables in hot-reloading elkowar 2020-10-14 00:00:30 +02:00
  • 01da512231 Fix window startup closing elkowar 2020-10-13 23:02:30 +02:00
  • 6a5839a93e Add support for tail-based script-vars elkowar 2020-10-13 21:43:16 +02:00
  • 8391a9a03e Implement env-var expansion (fixes #11) elkowar 2020-10-13 19:32:58 +02:00
  • c57713ca9a CI/CD & Formatting (#6) Safin Singh 2020-10-13 09:57:50 -07:00
  • 4d6b38f3e1 mention nightly toolchain and rustup in Readme ElKowar 2020-10-13 11:30:03 +02:00
  • d10e98e614 close windows of same type when a window gets opened elkowar 2020-10-13 17:27:59 +02:00
  • fc02d156b5 cleanup elkowar 2020-10-11 22:24:13 +02:00
  • ee2ee94252 Correctly clean up old onhover, onscroll, etc handlers elkowar 2020-10-11 22:19:29 +02:00
  • 47908304e2 Implement hover and scroll elkowar 2020-10-11 21:50:08 +02:00
  • ffd4a2d5a5 Correctly implement image sizing (although ugly) elkowar 2020-10-11 20:30:53 +02:00
  • 7d24de48b5 Add support for inline styles and custom wm class per widget elkowar 2020-10-11 19:24:06 +02:00
  • 0fca322bde Add stacking option to window definition elkowar 2020-10-11 19:01:12 +02:00
  • 3d5509b570 Add inline xml support for vars elkowar 2020-10-11 17:53:45 +02:00
  • 42ae0e6d04 Add literal tag elkowar 2020-10-11 16:19:09 +02:00
  • 600f104552 Add documentation elkowar 2020-10-08 01:03:19 +02:00
  • 11139ad4dc cleanup elkowar 2020-10-07 21:02:06 +02:00
  • 7187b32ae5 implement default values in resolve macro elkowar 2020-10-07 20:17:49 +02:00
  • 2df0984ac3 Most stuff works elkowar 2020-10-07 00:56:53 +02:00
  • 1f86c72ef6 VarName newtype, nothing works RN just tmp elkowar 2020-10-06 20:06:16 +02:00
  • 9f69bbb440 add -d flag to detach from terminal elkowar 2020-10-05 21:31:54 +02:00
  • 6f8a97c1bd Update readme elkowar 2020-10-04 23:48:07 +02:00
  • 7c05cda33a Add linenumber information to more errors elkowar 2020-10-04 23:28:58 +02:00
  • f92f8bfb66 Implement inline var-refs elkowar 2020-10-04 22:47:32 +02:00
  • bb60ab69c3 Add unfinished implementation of 'visible' elkowar 2020-10-04 19:28:27 +02:00
  • 40fe82b4a0 Add unknown attribute warning elkowar 2020-10-04 12:46:05 +02:00
  • 4e69eb6390 Fix issues in current nightly by removing try_match elkowar 2020-10-03 20:37:22 +02:00
  • d05d45e7ab add toolchain file elkowar 2020-10-03 20:27:28 +02:00
  • 71cbc7ca49 Handle script-var command polling elkowar 2020-10-03 20:14:37 +02:00
  • 83445aac4a Update config elkowar 2020-10-03 14:55:05 +02:00
  • 1ac452ccca A Cleaner Readme Tanish2002 2020-10-02 23:55:32 +05:30
  • 8467cf3fde Cleanup, improve error handling elkowar 2020-10-03 14:50:26 +02:00