bottom/src
Clement Tsang 1a715206be
ci: try using GHA instead of Cirrus for FreeBSD in basic CI (#1577)
Ideally we minimize our usage of Cirrus CI, especially for typical PR CI workflows, since it's a bit cludgy to work with. This method is also more extendable to things like OpenBSD.

Fine for deploys I guess since that's not super frequent and at this point I have that working fairly well when automated + I don't usually have to wait for it.
2024-09-03 08:33:13 +00:00
..
app ci: try using GHA instead of Cirrus for FreeBSD in basic CI (#1577) 2024-09-03 08:33:13 +00:00
canvas feat: add option to move avg CPU to another row (#1487) 2024-08-03 01:10:36 -04:00
data_collection other: show N/A for Nvidia GPUs if we detect one but can't get temps (#1557) 2024-08-11 17:20:07 -04:00
options fix: selected text bg in default-light theme (#1578) 2024-09-03 03:27:03 -04:00
utils refactor: clean up some config and panic code (#1556) 2024-08-11 02:04:44 -04:00
widgets refactor: refactor styling options (#1499) 2024-07-29 09:03:35 +00:00
app.rs feat: add option to move avg CPU to another row (#1487) 2024-08-03 01:10:36 -04:00
canvas.rs fix: add extra row for basic cpu widget if using avg row on cores % 4 != 0 (#1565) 2024-08-19 10:51:03 -04:00
constants.rs refactor: rename flags.enable_gpu to flags.disable_gpu (false by default) (#1559) 2024-08-14 18:22:47 -04:00
data_collection.rs bug: fix not updating sysinfo processes correctly (#1541) 2024-08-05 18:38:36 -04:00
data_conversion.rs refactor: clean up some config and panic code (#1556) 2024-08-11 02:04:44 -04:00
event.rs refactor: remove lib and move some things around (#1477) 2024-06-05 06:00:21 +00:00
main.rs refactor: clean up some config and panic code (#1556) 2024-08-11 02:04:44 -04:00
options.rs change: default config location on macOS considers XDG config var (#1570) 2024-08-22 01:00:55 +00:00
widgets.rs change: change how disk, temp, and net filters in config are set (#1481) 2024-06-16 02:15:36 -04:00