From 37f6c9c3bfa05c7739e504a3e56b8dd21b136aa4 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 14 Nov 2023 00:46:39 +0000 Subject: [PATCH] swaync: improve service icons slightly more --- hosts/common/programs/swaynotificationcenter.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/programs/swaynotificationcenter.nix b/hosts/common/programs/swaynotificationcenter.nix index 671584fb..d801aada 100644 --- a/hosts/common/programs/swaynotificationcenter.nix +++ b/hosts/common/programs/swaynotificationcenter.nix @@ -325,7 +325,7 @@ in lib.optionals config.sane.programs.eg25-control.enabled [ { type = "toggle"; - label = "⌖"; # GPS services + label = "gps"; # GPS services; other icons: ⌖ command = "/run/wrappers/bin/sudo ${systemctl-toggle}/bin/systemctl-toggle eg25-control-gps"; active = "${pkgs.systemd}/bin/systemctl is-active eg25-control-gps.service"; } @@ -354,7 +354,7 @@ in ] ++ lib.optionals config.sane.programs."gnome.geary".enabled [ { type = "toggle"; - label = "E"; # email (Geary); other icons: ✉, 📧 + label = "[E]"; # email (Geary); other icons: ✉, 📧 command = "${systemctl-toggle}/bin/systemctl-toggle --user geary"; active = "${pkgs.systemd}/bin/systemctl is-active --user geary"; }