1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
Commit Graph

3658 Commits

Author SHA1 Message Date
Brenden Matthews
90e4056c01
Update compiler matrix. 2021-04-18 10:51:43 -05:00
Brenden Matthews
6d25b04a66
Update compiler matrix. 2021-04-18 10:48:42 -05:00
Brenden Matthews
8044475129
Run apt-get update first. 2021-04-18 10:46:00 -05:00
Livanh
3be1320e6c Use xft_dpi_scale function instead of DPI_SCALE macro 2021-04-10 11:32:24 -05:00
Livanh
1c6c4bcf6a Scale UI elements according to Xft.dpi 2021-04-10 11:32:24 -05:00
Brenden Matthews
bb3d66ade5
Update README.md 2021-03-25 09:22:49 -04:00
Steven Xu
415c730133 fix: update update last_update_time earlier, so the network speed is correctly displayed, otherwise the speed shown is much lower than the actual speed (resolves #863) 2021-03-24 10:10:17 -05:00
Brenden Matthews
33aa5060c2
Make sure gradient width is >=2.
This should resolve #1070 for real this time.
2021-03-09 07:54:37 -06:00
Brenden Matthews
16f2ed659e
Tidy up gradient stuff. 2021-03-06 06:58:08 -06:00
Brenden Matthews
211244d888
Provide a more useful header in the default config. 2021-03-04 18:01:01 -06:00
Brenden Matthews
0f3c706336 Replace temporary colour array with smart pointer.
This should fix #1070.
2021-03-04 09:56:20 -05:00
Brenden Matthews
d3527e1ed9 Add archlinux & alpine builds. 2021-03-03 15:39:02 -05:00
Brenden Matthews
3c43c4c7fe Refactor hsv code. 2021-03-03 12:19:20 -05:00
Brenden Matthews
cb9c5e22e5
Update badges. 2021-03-02 15:07:39 -06:00
Brenden Matthews
dbdc003a96
Appese clang-format. 2021-03-02 13:38:08 -06:00
Brenden Matthews
5da4481f55
Fix non-IPV6 build (resolves #1033). 2021-03-02 13:17:46 -06:00
Brenden Matthews
d75a146889
Don't build tests in appimage. 2021-03-02 12:43:11 -06:00
Brenden Matthews
b27944af55
Enable most features in AppImage build (fixes 1064). 2021-03-02 12:40:22 -06:00
Brenden Matthews
9bc0302934
Enable wireless in builds. 2021-03-02 12:27:59 -06:00
Brenden Matthews
7c248469b4
Bump version. 2021-03-02 09:47:27 -06:00
Brenden Matthews
77f77d8f51
Update release name. 2021-03-02 09:41:45 -06:00
Brenden Matthews
7f84662c2c
Bump version. 2021-03-02 09:39:20 -06:00
Brenden Matthews
2a59530f3c
Add missing content type. 2021-03-02 09:37:52 -06:00
Brenden Matthews
4b88e34b6c
Make sure all docker layers are getting cached. 2021-03-02 08:05:24 -06:00
Brenden Matthews
9b1b3ea2b1
Update dockerignore. 2021-03-02 08:02:53 -06:00
Brenden Matthews
26d9bd93b0
Print artifact name. 2021-03-02 07:35:14 -06:00
Brenden Matthews
50b302ec04
Use new syntax as per https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files. 2021-03-02 07:30:03 -06:00
Brenden Matthews
770696bef3
Run workflows on PRs, add appimage to releases. 2021-03-02 07:20:57 -06:00
Brenden Matthews
6e6d5f2bc1
Migrate Travis to GitHub workflow. 2021-03-01 12:03:35 -06:00
Brenden Matthews
ba80d6cc85
Refactor workflow. 2021-02-28 18:05:44 -06:00
Brenden Matthews
59eb71b65a
Use mkdir -p. 2021-02-28 17:46:57 -06:00
Brenden Matthews
783ebc269c
Update gcov wrapper to use latest llvm. 2021-02-28 17:00:33 -06:00
Brenden Matthews
801658756f
The order of program search matters (use newest first). 2021-02-28 16:31:16 -06:00
Brenden Matthews
2863e15f3e
Add other llvm cov/profdata versions. 2021-02-28 16:04:40 -06:00
Brenden Matthews
22eccf7cb4
Make sure llvm-profdata is installed. 2021-02-28 15:38:41 -06:00
Brenden Matthews
fb990459e2
Ok ok, but lcov back. 2021-02-28 15:01:28 -06:00
Brenden Matthews
4d107fca34
Fix clang var. 2021-02-28 14:53:59 -06:00
Brenden Matthews
954edef9ef
Simplify clang coverage logic. 2021-02-28 14:46:17 -06:00
Brenden Matthews
42231ae0f5
Add back the other missing make install. 2021-02-28 14:30:21 -06:00
Brenden Matthews
db1ee2a1c2
Add back missing make install. 2021-02-28 12:21:20 -06:00
Brenden Matthews
42aa4c107a
Don't need lcov in base image. 2021-02-28 11:15:28 -06:00
Brenden Matthews
a40c89b1ea
Make sure all tools are installed for build. 2021-02-28 11:05:13 -06:00
Brenden Matthews
642e39cfa3
Remove FreeBSD build stuff. 2021-02-28 10:59:51 -06:00
Brenden Matthews
4cfa195cd0
Fix cmake build. 2021-02-28 10:46:19 -06:00
Brenden Matthews
7b7801619d
Switch to curl, install gfortron (sigh). 2021-02-27 13:10:06 -06:00
Brenden Matthews
36fab8594c
Refactor dockerfile, build cmake from source. 2021-02-27 11:59:17 -06:00
Brenden Matthews
2de1818c43
Bump libmysqlclient in docker. 2021-02-27 10:46:54 -06:00
Brenden Matthews
f0e34dc3fb
Drop Fedora 29. 2021-02-27 10:43:41 -06:00
Brenden Matthews
ea72ec8b02
Fix version mismatch, curses version. 2021-02-27 10:42:13 -06:00
Brenden Matthews
ebc6dbbe00
RIP CentOS. 2021-02-27 10:24:09 -06:00