Commit Graph

617 Commits

Author SHA1 Message Date
Tin 20f9f60c6a
Fix build & cleanup
Signed-off-by: Tin <tin.svagelj@live.com>
2023-11-19 14:16:33 -05:00
Tin 965d7dc0a4
Simplify cursor checking
Additional tweaks and docs improvements

Signed-off-by: Tin <tin.svagelj@live.com>
2023-11-19 14:16:33 -05:00
Tin e512405492
Add <array> import
Update /doc

Signed-off-by: Tin <tin.svagelj@live.com>
2023-11-19 14:16:32 -05:00
Enrico Lamperti 42cdca055f Improve speedgraph scale descriptions in docs 2023-11-08 13:28:59 -05:00
Brenden Matthews 4d7f74f7fe Fix lefthook config. 2023-02-28 22:44:06 -05:00
tranquillity-codes 4b8d5eb34a
Add an above-all overlay mode for `own_window_type`, `utility` (#1402)
* Add libXdamage to flake.nix

* Add TYPE_UTILITY as above-all alternative to TYPE_OVERRIDE

* Click-through for TYPE_UTILITY

* Added libxfixes to MacOS CI workflow

* Disable building of XFIXES on MacOS

* Fix build for xinerama/xfixes on macos.

* Update Lua version check.

* Tidy this up.

* Fix BUILD_XFIXES on Linux

* Sigh, fix this.

---------

Co-authored-by: tranquillity-codes <dev@itycodes.org>
Co-authored-by: Brenden Matthews <brenden@brndn.io>
2023-02-16 22:03:14 -05:00
Tin Švagelj 7fbdfbd4d4
Added mouse events to conky (#955)
* Add mouse events.

Signed-off-by: Tin Svagelj <tin.svagelj@live.com>

* Rename MOUSE_EVENTS flag to BUILD_MOUSE_EVENTS.

Signed-off-by: Tin Svagelj <tin.svagelj@live.com>

* Update NORM_ERR func argument from std::string to char*

Because func was previously char* I forgot to update NORM_ERR function
argument to `func.c_str()` not that it's std::string.

Previously func was pointing to std::string memory that was freed at
assignment.

Signed-off-by: Tin Svagelj <tin.svagelj@live.com>

Signed-off-by: Tin Svagelj <tin.svagelj@live.com>
2023-01-01 12:39:57 -05:00
bi4k8 20ac59b0b1
doc: document out_to_wayland setting 2022-12-24 09:42:02 -05:00
Gene Carlson 93c38c60af docs/variables.yaml: A better description for memlaundry. 2022-12-24 08:55:20 -05:00
Gene Carlson 14bae13f81 FreeBSD: Additional memory reporting variables. 2022-12-24 08:55:20 -05:00
Johannes Halaoui de298f0d80 Add an option to disable storing graph data explicitly
This option (store_graph_data_explicitly) can be disabled to use graphs
indirectly via execpi or lua_parse. Otherwise the graph stays empty. The
default value is true to keep avoiding resets while using conditional
colors.
2022-12-07 11:28:00 -05:00
Brenden Matthews 186f2162d7
Fix dates in man page. 2022-10-16 12:15:10 -05:00
Brenden Matthews 589b240360 Fix create/destroy/set/get Lua Rsvg functions.
We need an interface to be able to create/destroy/set/get the
RsvgRectangle and RsvgDimensionData structs via Lua, which were missing
or incomplete.

Documentation was also missing, which has been updated.
2022-10-16 13:00:05 -04:00
Caio Freitas de Oliveira 3e4af7788a fix docs 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira ac7887ad09 refactor gradients to use config value instead of hard-coded option 2022-10-12 21:35:35 -04:00
Brenden Matthews 25e6598c90 Drop unimplemented weather code.
The weather code is just stubs at the moment, so I'm dropping it as it
adds no value.
2022-10-12 12:57:48 -04:00
Brenden Matthews 29b808c706 Fix table formatting. 2022-10-12 12:56:12 -04:00
Brenden Matthews 8af8c8f68e More doc fixes. 2022-10-12 12:56:12 -04:00
Gene Carlson 4473af9ed4 Fix man page formatting. 2022-10-12 11:19:43 -04:00
brightkill 32f51380a5 added changes to manpage 2022-10-08 13:21:29 -04:00
Brenden Matthews d2f81cee7e
Minor doc fixes. 2022-10-05 15:09:56 -05:00
Brenden Matthews b17b7fd18b
Typo. 2022-10-05 11:42:46 -05:00
Brenden Matthews 10c9c2e659
Update README.md 2022-10-05 09:35:02 -04:00
Brenden Matthews 96d89a5a7a Fix a bunch of doc formatting issues. 2022-10-04 21:55:11 -04:00
Brenden Matthews 670973a678 Update extras (syntax files) w/ new docs.
Generate the list of symbols for vim & nano syntax files using
docs data + jinja2.

Also refactored the doc handling a bit.
2022-10-04 18:18:08 -04:00
Brenden Matthews aaf285540e
Add note about optional args. 2022-10-04 15:29:33 -05:00
Brenden Matthews 5d22723937 Refactor docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews d80e9832a0 Add nav thing, fix fonts, docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews 46263caf6a Doc fixes, remove cmake docbook stuff. 2022-09-30 18:21:24 -04:00
Brenden Matthews bd5bc2c6f4 wip 2022-09-30 18:21:24 -04:00
Brenden Matthews a7696b1ca6 Refactor doc component, update doc docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews 9ce453e148 Add a bit of documentation about the docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews 47ad3f9982 Refactor docs, make a new website.
* Docs have been migrated from docbook to yaml + jinja2 + pandoc
* Created a new (basic) website for docs based on React + Tailwinds
2022-09-30 18:21:24 -04:00
Gene Carlson bebf3f2bef Linux: show the scaling governor with $cpugovernor. 2022-09-24 12:05:09 -04:00
Gene Carlson 5467287613 Linux: add a variable free_bufcache for reporting buffers+cache as reported by free. 2022-09-23 09:32:02 -04:00
Gene Carlson be82b6f14d Linux: enable displaying shmem and memavail as variables. 2022-09-23 09:32:02 -04:00
François Revol 475b859e3f Add an http_port config setting
This should help with #1061.

Also added a warning about the default port being blocked by browsers.
2022-09-11 12:18:36 +02:00
crolsma ead54f4f73 Document unimplemented weather features 2022-08-26 10:21:41 -04:00
dessert1 3afb405359 fix typo in in lua_parse description
s/you put (you place 'conky_' in front of it)/\1/
2022-07-18 11:19:57 -04:00
Marius Feraru 5a674449b4 add units_spacer option for tuning string between values and units 2021-04-26 09:48:46 -05:00
Rogier Reerink f14310645f Added an intel_backlight variable description. 2021-04-22 10:06:36 -05:00
Brenden Matthews 23a4936835 Add a `legacymem` variable for `free` compat.
It seems there is some confusion between the way Conky reports free
memory, versus other programs. I'm adding a new variable, `legacymem`,
to provide the same value that is reported on older programs that don't
report memory the way recommended by newer kernels.

For more details, see:
 * https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=34e431b0ae398fc54ea69ff85ec700722c9da773
 * https://github.com/brndnmtthws/conky/pull/859
 * https://github.com/brndnmtthws/conky/pull/1028
 * https://github.com/brndnmtthws/conky/issues/1090

This resolves #1090.
2021-04-22 10:03:43 -05:00
Brenden Matthews 308f2cb8ea
Update copyright, authors. 2021-02-27 09:14:19 -06:00
freddii b62e115830 fixed wrong spelled words 2021-01-23 17:59:07 -06:00
Brenden Matthews 1c599a2752
Add missing mpd_comment variable. 2020-07-27 08:01:52 -04:00
AlexApps99 8dc04f3902 Renamed to rstrip to allow for future lstrip or even strip (rstrip+lstrip) command 2020-01-24 19:27:31 -05:00
AlexApps99 b8d3515f19 Added strip command
Strips trailing whitespace from string
2020-01-24 19:27:31 -05:00
AlexApps99 1924081173 Added lowercase config to match uppercase 2020-01-24 19:27:31 -05:00
AlexApps99 f7c15b027a Renamed start_case to startcase, lower_case to lowercase and upper_case to uppercase 2020-01-21 13:04:13 -05:00
AlexApps99 1bb8754dce Added lower_case and upper_case commands 2020-01-21 13:04:13 -05:00