From 9c7344efb4e3d663d26ddb81699c6572bbcfd148 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 28 May 2023 16:32:53 -0700 Subject: tools/waybar-systemd-units: get a list of failed systemd units Get a list of failed systemd units (both user and systems), and generate an output compatible to what waybar expects. Refer to https://github.com/Alexays/Waybar/wiki/Module:-Custom for more details about the format. --- tools/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/default.nix') diff --git a/tools/default.nix b/tools/default.nix index f7051fb..368ce4f 100644 --- a/tools/default.nix +++ b/tools/default.nix @@ -8,4 +8,5 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: { ipconverter = pkgs.callPackage ./ipconverter { }; perf-flamegraph-pid = pkgs.callPackage ./perf-flamegraph-pid { }; seqstat = pkgs.callPackage ./seqstat { }; + waybar-systemd-units = pkgs.callPackage ./waybar-systemd-units { }; }) -- cgit v1.2.3