1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-01 06:29:07 +00:00
Commit Graph

3840 Commits

Author SHA1 Message Date
dependabot[bot]
889f8a5338 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 16:54:33 -04:00
Brenden Matthews
d9790ef72a
Create dependabot.yml 2022-10-13 16:47:04 -04:00
Brenden Matthews
31d43177a0
Cancel previous concurrent build actions. 2022-10-13 15:32:01 -05:00
Brenden Matthews
4dcfaff73a
Don't reformat catch2 with make clang-format. 2022-10-13 14:55:38 -05:00
Brenden Matthews
b06f658ebf
Run clang-format. 2022-10-13 14:44:26 -05:00
Guido Falsi
1f661d2432 Implement get_battery_power_draw() for FreeBSD.
I'm using the acpi_battery(4) interface, via sysctl.

It should report battery draw in mW (for milli Watts), so I'm
dividing by 1000 before printing in the buffer.
2022-10-13 15:41:43 -04:00
Caio Freitas de Oliveira
43a10434ae remove include 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
8a64e4134e add special case for X11 tests 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
48b7271c0d use shift for masks; fix tests for 16-bit color depth 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
ca56109dc9 fix undeclared identifier 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
7833cf519b fix unused parameter 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
2cd895e54d fix delete abstract with non-virtual dtor 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
3e4af7788a fix docs 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
e7ac782a3c PR changes; fix saturation calculation (scale before dividing) 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
21dcdb0e17 remove hsv_gradient 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
Caio Freitas de Oliveira
938526755c restore tests 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
250739a41c restore hsv_gradient 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
3400324fab fix decimal conversions 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
033508a93e use clang-format 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
02ec45dc03 explicit L 2022-10-12 21:35:35 -04:00
Caio Freitas de Oliveira
3261ec4a69 use LCh color space (Rec.2020 for luma) 2022-10-12 21:35:35 -04:00
Rafał Lalik
e4bb669c36 Use cmake macros for cxx standards
In the previous code, multiple cmake configure step was obscuring the flags variable.
2022-10-12 20:32:48 -04:00
Brenden Matthews
f0d6b4532a
Bump again according to semver rules. 2022-10-12 13:18:51 -05:00
Brenden Matthews
5879954cc0
Bump according to semver rules. 2022-10-12 13:18:08 -05:00
missing-semi-colon
c834e91a77 Fix diskio graph scale being 3 orders of magnitude too small 2022-10-12 13:16:34 -04:00
Brenden Matthews
1954893eaf Need to enable curl for RSS. 2022-10-12 12:57:48 -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
f39b9720d2
Update PR template. 2022-10-12 11:57:30 -05: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
731f3b41db fix bug when conky displays zero values after time 2022-10-08 14:42:54 -04:00
Brenden Matthews
243648e86a
Run npm update --save. 2022-10-08 12:32:42 -05:00
brightkill
3bf4f74fdd added get_battery_power_draw() stub for darwin 2022-10-08 13:21:29 -04:00
brightkill
32f51380a5 added changes to manpage 2022-10-08 13:21:29 -04:00
brightkill
817b7acb64 added option battery_power_draw to get power draw in watts 2022-10-08 13:21:29 -04:00
Brenden Matthews
30cad6afca Add label for actions. 2022-10-06 14:46:27 -04:00
Brenden Matthews
b8e226cdcf Print build commands in CI. 2022-10-06 14:46:27 -04:00
Brenden Matthews
cb379845e1
Update labeler.yml 2022-10-06 09:29:58 -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
4efc1f7a4f Add 404 page, fix fonts. 2022-10-05 09:41:00 -04:00
Brenden Matthews
10c9c2e659
Update README.md 2022-10-05 09:35:02 -04:00
Brenden Matthews
673cf93e7c Bump netlify plugin. 2022-10-04 23:41:36 -04:00
Brenden Matthews
ec8981c5da Optimize static props a bit. 2022-10-04 23:41:36 -04:00
Brenden Matthews
1051acbe88 Allow meta + K shortcut for search, use npm not yarn. 2022-10-04 23:41:36 -04:00
Brenden Matthews
30f113cdb9
Fix stale comment wording. 2022-10-04 21:25:28 -05:00
Brenden Matthews
88efd8713e Adjust colors/format for web docs. 2022-10-04 22:00:39 -04:00
Brenden Matthews
96d89a5a7a Fix a bunch of doc formatting issues. 2022-10-04 21:55:11 -04:00