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
lasers
ebc624c855
doc/config_settings.xml: change own_window_colours
2018-08-30 10:11:24 -05:00
void0
84f136f84a
Add new ${github_notifications} variable to count all unread notifications ( #637 )
...
* Add new ${github} variable to count all unread notifications
* doc/variables.xml: add github_notifications
* common.cc: Make the "skip" variable static so on each iteration to preserve the current state
2018-08-25 12:07:03 -04:00
lasers
610bbe0f0b
doc/variables.xml: add start_case
2018-08-22 23:13:11 -05:00
lasers
f2ca86cca0
doc/variables.xml: add battery_status
2018-08-22 22:52:39 -05:00
lasers
84e1eec2ed
add new options console_bar_{fill,unfill} ( #624 )
2018-08-17 12:46:40 -05:00
lasers
41f920671c
lua: remove useless conky_info 'uptime' table ( #612 )
2018-08-14 12:30:23 -05:00
lasers
eb31df1bef
core.cc,linux.cc: add ${iface} ( #603 )
...
* core.cc,linux.cc: add ${iface}
* doc/variables.xml: add ${iface}
* Remove code smells
* linux.cc: Add for loop to iterate interfaces
* Index all NICs
* linux.cc: Allow+Remove NIC exclusion
* linux.cc: Remove code smells
* fix code smell
* switch skip by strcmpreturn
2018-08-13 08:09:24 -04:00
Nikolas Garofil
6c590590a3
Delete broken weathervars before rewrite ( #595 )
...
* Kill non-functioning XOAP
* Change weathercode to TODO
2018-08-12 03:51:21 +02:00
lasers
6a23cab853
diskio.cc: Allow 'partuuid' label usage ( #598 )
...
* diskio.cc: Allow 'partuuid' label usage
* diskio.cc: Merge the if block to strncmp()
2018-08-10 09:47:19 -05:00
Nikolas Garofil
d1d99bc1da
Fix name of github link, remove extra sourceforge link
2018-08-08 15:54:47 -04:00
Nikolas Garofil
18c18277ed
Fix github redirect to direct link
2018-08-08 15:54:47 -04:00
Nikolas Garofil
29c9d9960b
Remove dead link, rewrite other link to avoid unicode warning
2018-08-08 15:54:47 -04:00
lasers
ee98af50c6
doc/config_settings.xml: fix console's default bar value ( #582 )
...
* doc/config_settings.xml: strip trailing whitespace
* doc/config_settings.xml: fix console's default bar value
2018-08-07 11:43:22 -05:00