dwm-status 0.1.0

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> { };

stdenv.mkDerivation {
  name = "dwm-status";

  buildInputs = [
    cargo-edit
    rustracer
    dbus
    gdk_pixbuf
    glib
    latest.rustChannels.nightly.rust
    libnotify
    pkgconfig
  ];
}