sysvol: 2024-06-09 -> 2024-06-13

This commit is contained in:
Colin 2024-06-15 00:28:03 +00:00
parent 6dd4d9da3e
commit 3165c95d0f
2 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@
partOf = [ "graphical-session" ];
# options:
# -p {0,1,2,3} to attach to top/right/bottom/left screen edge
# -p {bottom,left,right,top} to attach to the corresponding screen edge
# -t N for the notifier to be dismissed after N seconds (integer only)
# -T N reveal/hide transition time in milliseconds
# -m N to set the indicator this many pixels in from the edge.
@ -67,7 +67,7 @@
# -{H,W} N to set the height/width of the notifier, in px.
# -i N to set the size of the volume icon
# -P to hide percentage text
command = "sysvol -p 0 -t 1 -T 0 -m 22 -H 39 -W 256 -i 32 -P";
command = "sysvol -p top -t 1 -T 0 -m 22 -H 39 -W 256 -i 32 -P";
};
};
}

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation {
pname = "sysvol";
version = "0-unstable-2024-06-09";
version = "0-unstable-2024-06-13";
src = fetchFromGitHub {
owner = "System64fumo";
repo = "sysvol";
rev = "8e374e596803944ddaa5db3af20124732cdafa89";
hash = "sha256-GAbOfiF0LXtiunKiGnMKh/SD23BfdjpT9LQhg7yNvIM=";
rev = "af882d40df7c6e1a0ec415d934f643933f455b5a";
hash = "sha256-3gB1u7fEi7EB+FWZKS8ddJ53RC5Chyw3fTBX8Z0Itis=";
};
postPatch = ''
substituteInPlace Makefile \