sysvol: tune its position

This commit is contained in:
Colin 2024-03-08 23:06:37 +00:00
parent dc70ed8bd8
commit f2e760710d
2 changed files with 16 additions and 2 deletions

View File

@ -72,11 +72,12 @@ in
# options:
# -p {0,1,2,3} to attach to top/right/bottom/left screen edge
# -t N for the notifier to be dismissed after N seconds (integer only)
# -m N to set the indicator this many pixels in from the edge
# -m N to set the indicator this many pixels in from the edge.
# it considers sway bars, but not window titles
# -{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
ExecStart = "${cfg.package}/bin/sysvol -p 0 -t 1 -m 32 -H 39 -W 256 -i 32 -P";
ExecStart = "${cfg.package}/bin/sysvol -p 0 -t 1 -m 22 -H 39 -W 256 -i 32 -P";
Type = "simple";
Restart = "always";
RestartSec = "10s";

View File

@ -0,0 +1,13 @@
{
}:
stdenv.mkDerivation {
pname = "geary-gtk4";
version = "44.1-unstable-2023-10-17";
src = fetchFromGitlab {
domain = "gitlab.gnome.org";
owner = "GNOME";
repo = "geary";
rev = "gnumdk/gtk4";
};
}