From 15732df9e7228516de28e161aee48a093c17cf4c Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 24 Feb 2024 04:35:49 +0100 Subject: [PATCH] Add intray logo --- common/icons/intray.svg | 1 + hosts/nixos/lapetus/services/homer.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 common/icons/intray.svg diff --git a/common/icons/intray.svg b/common/icons/intray.svg new file mode 100644 index 0000000..88a6908 --- /dev/null +++ b/common/icons/intray.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hosts/nixos/lapetus/services/homer.nix b/hosts/nixos/lapetus/services/homer.nix index ba5b8e3..2e2cf33 100644 --- a/hosts/nixos/lapetus/services/homer.nix +++ b/hosts/nixos/lapetus/services/homer.nix @@ -66,7 +66,7 @@ in { name = "Intray"; subtitle = "GTD capture tool"; - icon = fa "cubes-stacked"; + logo = icon "intray.svg"; url = "https://intray.moonythm.dev"; } {