diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-17 19:06:06 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-17 19:06:06 +0200 |
| commit | f1be1bef9c3563fd78f811f54e5a64b1d993e4da (patch) | |
| tree | 7fc440ac31c01f1daba0645c4c13fbeb6cda24e6 /test/fixtures | |
| parent | 8e6f60fc8f442351bdc948d2142914d3946ce34d (diff) | |
| download | conky-theme-udt-f1be1bef9c3563fd78f811f54e5a64b1d993e4da.tar.gz conky-theme-udt-f1be1bef9c3563fd78f811f54e5a64b1d993e4da.zip | |
feat: parse the sampler's key/value cache format
Only the first space separates, so a value keeps its own spaces. Values stay
strings: the sampler writes epochs and the widget decides whether an age
reads as hours or days.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/slackware_cache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/slackware_cache b/test/fixtures/slackware_cache new file mode 100644 index 0000000..3f2b2ac --- /dev/null +++ b/test/fixtures/slackware_cache @@ -0,0 +1,5 @@ +version Slackware 15.0+ +packages 1234 +changelog 1758000000 +birth 1700000000 +kernel 6.12.1 |
