dwm-status 0.3.3

Displays system information for dwm status bar.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
with import <nixpkgs> { };

rustPlatform.buildRustPackage rec {
  name = "dwm-status";

  src = ./.;

  buildInputs = [
    dbus
    gdk_pixbuf
    libnotify
    pkgconfig
  ];

  cargoSha256 = "0lf9zjax2g398qpsdaqqk38afc38jsk0wfhw7sh23771k556nmr7";
}