Skip to content

Commit 951224a

Browse files
docs(readme): update heading
1 parent e2cb8dc commit 951224a

3 files changed

Lines changed: 23 additions & 5 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
# Overview
1+
<div align="center">
2+
<img
3+
src="tray.svg"
4+
alt="tray icon"
5+
width="256"
6+
/>
7+
<h1 align="center">tray</h1>
8+
<h4 align="center">Cross-platform implementation of a system tray icon with a popup menu and notifications.</h4>
9+
</div>
210

3-
[![GitHub Workflow Status (CI)](https://img.shields.io/github/actions/workflow/status/lizardbyte/tray/ci.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge)](https://github.com/LizardByte/tray/actions/workflows/ci.yml?query=branch%3Amaster)
4-
[![Codecov](https://img.shields.io/codecov/c/gh/LizardByte/tray?token=HSX66JNEOL&style=for-the-badge&logo=codecov&label=codecov)](https://codecov.io/gh/LizardByte/tray)
5-
[![GitHub stars](https://img.shields.io/github/stars/lizardbyte/tray.svg?logo=github&style=for-the-badge)](https://github.com/LizardByte/tray)
11+
<div align="center">
12+
<a href="https://github.com/LizardByte/tray"><img src="https://img.shields.io/github/stars/lizardbyte/tray.svg?logo=github&style=for-the-badge" alt="GitHub stars"></a>
13+
<a href="https://github.com/LizardByte/tray/actions/workflows/ci.yml?query=branch%3Amaster"><img src="https://img.shields.io/github/actions/workflow/status/lizardbyte/tray/ci.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge" alt="GitHub Workflow Status (CI)"></a>
14+
<a href="https://docs.lizardbyte.dev/projects/tray"><img src="https://img.shields.io/readthedocs/c-tray.svg?label=Docs&style=for-the-badge&logo=readthedocs" alt="Read the Docs"></a>
15+
<a href="https://codecov.io/gh/LizardByte/tray"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fapp.lizardbyte.dev%2Fdashboard%2Fshields%2Fcodecov%2Ftray.json&style=for-the-badge&logo=codecov" alt="Codecov"></a>
16+
<a href="https://sonarcloud.io/project/overview?id=LizardByte_tray"><img src="https://img.shields.io/sonar/quality_gate/LizardByte_tray.svg?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarqubecloud&label=sonarcloud" alt="SonarCloud"></a>
17+
</div>
618

719
## About
820

docs/Doxyfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
# project metadata
2525
DOCSET_BUNDLE_ID = dev.lizardbyte.tray
2626
DOCSET_PUBLISHER_ID = dev.lizardbyte.tray.documentation
27-
PROJECT_BRIEF = "Cross-platform, super tiny C99 implementation of a system tray icon with a popup menu and notifications."
27+
PROJECT_BRIEF = "Cross-platform implementation of a system tray icon with a popup menu and notifications."
28+
PROJECT_ICON = ../tray.svg
29+
PROJECT_LOGO = ../tray.svg
2830
PROJECT_NAME = tray
2931

3032
# project specific settings

tray.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)