Compare commits
No commits in common. "6ebfa1a8cc63bb9117d40529307da5ffb379204f" and "cef430ed39732793e6c41a54b2bf141a2c762fb1" have entirely different histories.
6ebfa1a8cc
...
cef430ed39
|
@ -118,10 +118,6 @@
|
||||||
nixpkgs-fmt = {
|
nixpkgs-fmt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
shellcheck = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,7 +9,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pamixer --allow-boost "$upDown" "$2"
|
pamixer --allow-boost "$upDown" "$2"
|
||||||
newVolume="$(pamixer --get-volume || true)"
|
newVolume="$(pamixer --get-volume)"
|
||||||
|
|
||||||
notify-send -u low \
|
notify-send -u low \
|
||||||
-h string:x-canonical-private-synchronous:change-audio \
|
-h string:x-canonical-private-synchronous:change-audio \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ lib, libnotify, makeWrapper, pamixer, shellcheck, stdenvNoCC }:
|
{ lib, libnotify, makeWrapper, pamixer, shellcheck, stdenvNoCC }:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "change-audio";
|
pname = "change-audio";
|
||||||
version = "0.1.1";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = ./change-audio;
|
src = ./change-audio;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue