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 }}