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
Thomas Ingvarsson
9517ab1e6c
Add nvidia driverversion variable ( #889 )
2019-09-19 00:50:20 -05:00
Jordan Cannon
a429eaa604
Fix typo in variables.xml
...
Change unites to units and then to than.
2019-04-27 10:25:05 -04:00
Jordan Cannon
410e2a105e
Remove duplicate command option
...
X_COORDINATE is listed twice. This pull request removes the duplicate.
2019-04-26 16:48:39 -04:00
Daniel Pielmeier
1fa674252d
Add a separate option for building html documentation.
2019-03-27 16:37:14 -04:00
Monsterovich
af99a203f8
Added docs
2019-02-25 17:11:14 -05:00
Qu Wenruo
14e3b80c45
conky: Allow hwmon command to accept hwmon device name
...
[PROBLEM]
Some hwmon device number may change due to module load sequence.
E.g:
One boot would cause the following layout:
hwmon0->acpitz
hwmon1->pch_skylake
hwmon2->thinkpad
hwmon3->coretemp
hwmon4->iwlwifi
While another boot could lead to:
hwmon0->acpitz
hwmon1->pch_skylake
hwmon2->coretemp
hwmon3->thinkpad
hwmon4->iwlwifi
[ENHANCEMENT]
This patch will enhance the hwmon command to accept hwmon device name as
first parameter instead of number.
Now "hwmon 3 temp 1" can be converted to "hwmon coretemp temp 1", which
is more readable and user won't ever need to bother the hwmon sequence
number change.
Signed-off-by: Qu Wenruo <wqu@suse.com>
2019-02-17 09:24:15 -05:00
lasers
7eec746b82
update copyright year to 2019
2019-01-05 11:15:36 -06:00
lasers
9dd559b1e9
remove deprecated BMPx support
2019-01-04 19:58:52 -06:00
lasers
d2283d410f
doc: remove deprecated eve variable
2019-01-04 14:44:49 -06:00
Brenden Matthews
03f3ce7bdc
Reformat CMake files.
...
Applied `cmake_format`.
2019-01-03 09:48:43 -05:00
lasers
3cf0413503
doc: declare filename entities
2018-12-31 11:02:01 -06:00
lasers
e3469c25be
doc: add missing periods and other tweaks
2018-12-31 11:02:01 -06:00
lasers
3c1c74f541
doc: tidy --wrap 79 -xml -i --indent-spaces 4
2018-12-31 11:02:01 -06:00
Brenden Matthews
5e7b1764b2
Merge branch 'master' into fix-build-with-warnings-enabled
2018-12-22 13:32:51 -05:00
lasers
d8ed1e20d2
doc/lua.xml: add missing lua apis ( #716 )
...
* doc/lua.xml: add missing lua apis
* doc/lua.xml: tidy dirty markups
2018-12-22 12:57:41 -05:00
Brenden Matthews
c6ad28074a
Fix docbook2x handling.
...
* Include the XML schemas/libs in the repo so we don't have to reach out to
3rd parties
* Fix the sed commands to work on both GNU and BSD variants
2018-12-22 12:38:10 -05:00
Dan McCombs
c1ef8c5cd4
Add config option to disable blending ( #682 )
...
* Add config option to disable blending
This is intended to work around issues with some images blending incorrectly with ARGB visuals.
* Fix order of config documentation.
* Update configuration variable name to simply "draw_blended".
* Fix for SonarCloud malloc warning.
* Update free to delete as part of malloc change.
2018-12-02 11:29:33 -05:00
lasers
f8ff46c2dc
add memwithbuffersgraph variable ( #671 )
2018-10-21 15:52:15 +03:00
Amish Naidu
9b4fc81553
fontN - Predefine font configuration analgous to colorN ( #667 )
...
* Add fontN config and text variables
fontN, N in {0..9} allows setting a fontN variable to some font settings
which can later be recalled in text, like colorN.
* Add documentation for fontN
* Add syntax-highlighting config for fontN
2018-10-12 20:43:48 +03:00
lasers
30c19a14f5
doc/config_settings.xml: add github_token ( #651 )
2018-09-08 12:11:39 -04:00
lasers
a845a403be
doc/variables.xml: add undocumented lock keys
2018-09-04 11:08:26 -05:00
lasers
c0d5b6854e
conky.cc: quit on SIGHUP
2018-09-04 10:56:03 -05:00
lasers
788d5d816a
doc/variables.xml: add sysctlbyname
2018-09-04 10:44:30 -05:00
lasers
887786d746
doc/variables.xml: add undocumented variables
2018-08-31 08:23:19 -05:00