Compare commits

..

No commits in common. "6ebfa1a8cc63bb9117d40529307da5ffb379204f" and "cef430ed39732793e6c41a54b2bf141a2c762fb1" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View file

@ -118,10 +118,6 @@
nixpkgs-fmt = {
enable = true;
};
shellcheck = {
enable = true;
};
};
};
};

View file

@ -9,7 +9,7 @@ else
fi
pamixer --allow-boost "$upDown" "$2"
newVolume="$(pamixer --get-volume || true)"
newVolume="$(pamixer --get-volume)"
notify-send -u low \
-h string:x-canonical-private-synchronous:change-audio \

View file

@ -1,7 +1,7 @@
{ lib, libnotify, makeWrapper, pamixer, shellcheck, stdenvNoCC }:
stdenvNoCC.mkDerivation rec {
pname = "change-audio";
version = "0.1.1";
version = "0.1.0";
src = ./change-audio;