From 0fcb4702b08c06f386cd7d34c9725d091f7940c8 Mon Sep 17 00:00:00 2001 From: auronandace Date: Sat, 7 Mar 2026 15:01:45 +0000 Subject: [PATCH] add xtop recipe --- recipes/wip/monitors/xtop/recipe.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/wip/monitors/xtop/recipe.toml diff --git a/recipes/wip/monitors/xtop/recipe.toml b/recipes/wip/monitors/xtop/recipe.toml new file mode 100644 index 00000000..ea282327 --- /dev/null +++ b/recipes/wip/monitors/xtop/recipe.toml @@ -0,0 +1,7 @@ +# TODO compiles but fails to run +# ratatui-widgets-0.3.0 src/guage.rs 313:9 Ratio should be between 0 and 1 inclusively +[source] +git = "https://github.com/mabognar/xtop" + +[build] +template = "cargo"