swaync: change GPS icon to an actual icon

This commit is contained in:
Colin 2023-11-14 00:39:05 +00:00
parent 92159f2a3d
commit c0ba6dc9f5

View File

@ -325,7 +325,7 @@ in
lib.optionals config.sane.programs.eg25-control.enabled [
{
type = "toggle";
label = "gps";
label = ""; # GPS services
command = "/run/wrappers/bin/sudo ${systemctl-toggle}/bin/systemctl-toggle eg25-control-gps";
active = "${pkgs.systemd}/bin/systemctl is-active eg25-control-gps.service";
}