diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-28 16:32:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-28 16:34:42 -0700 |
| commit | 9c7344efb4e3d663d26ddb81699c6572bbcfd148 (patch) | |
| tree | ac65d14fdfe611de665bff060b57881c1360f5bb /tools/default.nix | |
| parent | font: switch to Roboto for system font and JetBrain for monospace (diff) | |
| download | infra-9c7344efb4e3d663d26ddb81699c6572bbcfd148.tar.gz | |
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.
Diffstat (limited to 'tools/default.nix')
| -rw-r--r-- | tools/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 { }; }) |
