From d02ad4e79752c38f600017813229f04725fa48c1 Mon Sep 17 00:00:00 2001 From: Gwyneth Llewelyn Date: Thu, 6 Nov 2025 17:30:24 +0000 Subject: [PATCH] Style: tweaks & more tweaks --- notify_systemd.go | 2 +- templates/tables.tpl | 4 ++-- templates/topbar.tpl | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/notify_systemd.go b/notify_systemd.go index b59e777..3e43737 100644 --- a/notify_systemd.go +++ b/notify_systemd.go @@ -39,7 +39,7 @@ func systemdNotify(state string) error { switch { case !b && err == nil: - config.LogWarn("❌ systemd not available") + config.LogWarn("❌ systemd not available, NOTIFY_SOCKET is unset") activeSystemd = false case !b && err != nil: config.LogWarn("💣 systemd answered with error:", err) diff --git a/templates/tables.tpl b/templates/tables.tpl index e4d8fab..94285c3 100644 --- a/templates/tables.tpl +++ b/templates/tables.tpl @@ -30,7 +30,7 @@ TMStamp FirstName LastName - Emailth> + Email @@ -42,7 +42,7 @@ TMStamp FirstName LastName - Emailth> + Email diff --git a/templates/topbar.tpl b/templates/topbar.tpl index 62747cd..f0fae94 100644 --- a/templates/topbar.tpl +++ b/templates/topbar.tpl @@ -78,7 +78,8 @@ {{ end }} - {{- if gt .numberFeedMessages 0 -}}Show All Notifications{{- end -}} + t + {{- if gt .numberFeedMessages 0 -}}Show All Notifications{{- end -}} {{ end }} @@ -118,7 +119,8 @@ {{ end }} - {{- if gt .numberMessages 0 -}}Read More Messages{{- end -}} + t + {{- if gt .numberMessages 0 -}}Read More Messages{{- end -}} {{ end }}