From 5b8deaaad0a598a4d15635ce6d9120de3c49cf16 Mon Sep 17 00:00:00 2001 From: Soccera1 <129828376+Soccera1@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:48:49 +1100 Subject: [PATCH] README: add logo note Add footnote explaining compatibility with displaying logos --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9166e..04abd68 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ A tiny qt6/qml application to display information about the running system, or copy diagnostics data, without the terminal. -![](./assets/showcase.png) \ No newline at end of file +![](./assets/showcase.png) + +## Footnotes +[^1]: +Some distributions may not support a graphical logo in hyprsysteminfo. To check if your distribution supports a graphical logo, run `cat /etc/os-release`. If the output includes a `LOGO` line, a graphical logo should appear in hyprsysteminfo. If there is no `LOGO` line, a graphical logo will not be displayed.