Brenden Matthews
b858d0cc77
Bump version
2024-07-30 12:54:47 -04:00
donutAnees
e03891f993
Implemented graph value clamping ( #2000 )
...
* Implemented graph value clamping
* Update variables.yaml
* Update variables.yaml
2024-07-30 12:30:29 -04:00
donutAnees
7ec86cfbd8
Implemented path resolution
2024-07-29 16:13:51 -04:00
donutAnees
9afcfadebb
Fixed Down and Up Speed graph scaling
2024-07-28 22:01:41 -04:00
donutAnees
d2794b5d08
Updated documentation
2024-07-26 15:06:02 -04:00
donutAnees
965105bb9e
Implemented Invert Y Axis Flag Feature
2024-07-26 15:06:02 -04:00
donutAnees
ad0c9d3e23
Updated documentation
2024-07-26 15:06:02 -04:00
donutAnees
03ed0d0e79
Implemented Invert X Axis Flag Feature
2024-07-26 15:06:02 -04:00
Brenden Matthews
a14e61adb6
Bump version
2024-07-23 14:34:12 -04:00
donutAnees
2009147095
Fixed graph parsing error
2024-07-23 09:11:26 -04:00
David Seifert
cc927f5231
Fix for GCC 15 two-phase lookup
...
* GCC 15 is more aggressive about checking dependent names:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=r15-2117-g313afcfdabeab3
Bug: https://bugs.gentoo.org/936522
2024-07-23 09:09:54 -04:00
dependabot[bot]
0b599d90ee
build(deps): bump DeterminateSystems/nix-installer-action
...
Bumps the actions group with 1 update: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action ).
Updates `DeterminateSystems/nix-installer-action` from 12 to 13
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases )
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13 )
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 19:02:20 -04:00
donutAnees
ed6d18827d
Made upspeedgraph and downspeed graph scale on a common axis
2024-07-21 08:08:10 -04:00
donutAnees
82bfeba9bf
Made downspeedgraph and upspeedgraph use same scaling
2024-07-21 08:08:10 -04:00
Tin Švagelj
ac25fcce8b
Fix invalid uniform vector init function in geometry ( #1987 )
...
Should fix the broken vertical border padding which relies on `uniform` to work.
Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2024-07-15 16:45:10 +00:00
Brenden Matthews
61208fc9fb
Bump version
2024-07-04 08:19:23 -04:00
Brenden Matthews
9f9cbe906f
Drop macos 11 build
2024-07-04 07:48:12 -04:00
Loukas Agorgianitis
49ca67d1ab
Fix minimum_height not scaled with dpi_scale like minimum_width ( #1980 )
2024-07-04 04:32:43 +00:00
Brenden Matthews
b0e2ec483f
Bump web deps
2024-06-19 16:13:09 -04:00
Fernando
6cf51b2800
Address feedback by brndnmtthws
2024-06-14 20:47:18 -04:00
Fernando
942ce12f59
Move comment above the function it belongs to.
2024-06-14 20:47:18 -04:00
Fernando
b6767b4310
Fix AC/battery logic on FreeBSD.
...
The logic for the detection of the battery/AC line was not completely correct
for FreeBSD. Launching conky on console shows the following:
Cannot read sysctl "hw.acpi.battery.time"
Cannot read sysctl "hw.acpi.battery.life"
Cannot read sysctl "hw.acpi.battery.state"
Cannot read sysctl "hw.acpi.acline"
Unknown battery state 8!
In a PC, the hw.acpi.battery MIB does not exist.
Also, the hw.acpi.acline is only present if supported by the hardware.
In addition, some variables were used uninitialized and that causes strange
behavior: in a PC it showed it worked on battery and the % of charge was an
ridiculous big number.
This patch addresses the issue. It fixes the problem in the PC. It has also
being tested in a laptop running FreeBSD current plugin and unplugging the AC
line and also snatching the battery mercilessly to see if something breaks.
2024-06-14 20:47:18 -04:00
Brenden Matthews
33903e7d6c
Apply npm audit fix
.
2024-06-11 08:52:58 -04:00
Brenden Matthews
24eae34436
Bump web deps
2024-06-11 07:53:40 -04:00
dependabot[bot]
5f6541331c
build(deps): bump braces and readdirp in /web
...
Bumps [braces](https://github.com/micromatch/braces ) and [readdirp](https://github.com/paulmillr/readdirp ). These dependencies needed to be updated together.
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
Updates `readdirp` from 2.2.1 to 3.6.0
- [Release notes](https://github.com/paulmillr/readdirp/releases )
- [Commits](https://github.com/paulmillr/readdirp/compare/2.2.1...3.6.0 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
- dependency-name: readdirp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 22:19:33 -04:00
Brenden Matthews
ea7cf33f87
Add Ubuntu 24.04 to CI & release assets
...
Removed the complex compiler version build matrix. Instead, we'll just
use whatever is the latest for each Ubuntu release of clang and GCC.
Added a requirements-dev.txt and use a venv for build.
2024-06-10 21:54:05 -04:00
Brenden Matthews
31590ddafc
Bump version
2024-06-10 18:56:07 -04:00
Marc Aldorasi
9f830224e5
Restore previous strut behavior
2024-06-10 15:41:05 -04:00
randomcoder67
f88b50d21a
added comment
2024-06-06 07:44:16 -04:00
randomcoder67
ba9d84a347
set foreground colour to the first (lowest) colour before drawing the scale, to ensure it always stays the same colour
2024-06-06 07:44:16 -04:00
dependabot[bot]
12da795b77
build(deps): bump the actions group with 2 updates ( #1955 )
...
Bumps the actions group with 2 updates: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action ) and [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action ).
Updates `DeterminateSystems/nix-installer-action` from 11 to 12
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases )
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v11...v12 )
Updates `DeterminateSystems/magic-nix-cache-action` from 6 to 7
- [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases )
- [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: DeterminateSystems/magic-nix-cache-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-05 20:19:10 +00:00
Brenden Matthews
4636e817b9
Thought I fixed this
2024-06-04 14:14:40 -04:00
Brenden Matthews
e4af9bc180
Docker: username not secret; allow cache pulls
2024-06-04 14:03:10 -04:00
Brenden Matthews
7043b34abb
Docker: only write to cache if creds available
2024-06-04 14:03:10 -04:00
Tin Švagelj
0bc625fdea
Revert changes from #1926 & #1877 ( #1949 )
...
Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2024-06-01 14:38:16 +00:00
Brenden Matthews
e99d9171de
Docker: make sure image has sensible default name
2024-06-01 10:36:33 -04:00
Chris Sp
c8b127d148
Fix minimum height not being applied ( #1952 )
2024-06-01 14:23:56 +00:00
Tin Švagelj
9358f56622
Replace use of strncat in scroll.cc with strcat ( #1950 )
...
pwithcolors is allocated based on computed length so strncat produces a
warning.
Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2024-06-01 14:22:24 +00:00
Brenden Matthews
2f7a31c44a
Bump version
2024-05-31 14:29:25 -04:00
David Eritsyan
8e36363405
Fix typo in conky.cc
2024-05-30 10:36:45 -04:00
Brenden Matthews
572b004cee
Docker: don't login without creds
2024-05-30 10:36:32 -04:00
Brenden Matthews
b80209cb2c
Don't test colour names without map
...
This fixes #1940 .
2024-05-28 14:16:23 -04:00
Tin Švagelj
f2938d8d66
Make dpi_scale match original behavior ( #1936 )
...
Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2024-05-26 19:04:53 +00:00
Brenden Matthews
6f98039492
Don't include the -pre in install dir path.
...
We version the docs install path, but there's no reason to include the
-pre and git sha in the version for the path. With the git sha in
particular, it could result in having a bunch of dirs for each separate
git commit (annoying).
This resolves #1928 .
2024-05-23 11:33:29 -04:00
Tin Švagelj
7526e7e18d
Cleanup remaining dpi scaling of min & max width ( #1926 )
...
This was left over from #1877 .
2024-05-22 12:52:49 +00:00
Fernando
682db0c4df
Fix build with specific option combination.
...
With some option combination the code to be compiled has not been updated with
regards to the changes in conky::rec, i.e get_height() becomes height() and
get_width() becomes width().
2024-05-20 14:41:21 -04:00
Brenden Matthews
ccbac0a899
Bump version
2024-05-18 14:40:45 -04:00
Tin Švagelj
256ffbd75a
Disable Xinput by default ( #1920 )
...
* Disable Xinput by default
Causes performance issues for a lot of people.
See #1886 .
2024-05-17 13:09:38 +00:00
Fernando Apesteguía
c635df8689
Fix build with specific option combination ( #1918 )
...
Fixes incorrect member accessing left behind after #1910 .
2024-05-15 18:18:11 +00:00
Tin Švagelj
2d50767216
Remove _member_access from geometry ( #1910 )
...
* It was difficult/too costly ensuring temporary this was correct when vecs contained in rects were accessed directly.
* Added semantics to `rect` and some utility functions.
Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
2024-05-13 20:08:27 +00:00