8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-G7UH2JcKseGZUA+Ac431cTXUP7rxWxYABfq05/ENjUM=";
19 nativeBuildInputs = [ pkg-config ];
20 buildInputs = [ openssl ];
24 lockFile = ./Cargo.lock;
27 "aw-client-rust-0.1.0" = "sha256-yliRLPM33GWTPcNBDNuKMOkNOMNfD+TI5nRkh+5YSnw=";
32 description = "Activity and idle watchers";
34 Awatcher is a window activity and idle watcher with an optional tray and UI for statistics. The goal is to compensate
35 the fragmentation of desktop environments on Linux by supporting all reportable environments, to add more
36 flexibility to reports with filters, and to have better UX with the distribution by a single executable.
38 downloadPage = "https://github.com/2e3s/awatcher/releases";
39 homepage = "https://github.com/2e3s/awatcher";
40 license = licenses.mpl20;
41 mainProgram = "awatcher";
42 maintainers = [ maintainers.aikooo7 ];
43 platforms = platforms.linux;