diff --git a/README.md b/README.md index a1322c4..6d8e244 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,13 @@ spacetray A panel Applet using Qt5 for showing the Status of a Hackerspace. Compatible with the SpaceAPI version >= 0.13. -![spacetray](shot.png) +Red = Door open: -Status Icon "lock" colors: +![spacetray](shot-open.png) -- Red = Door open -- Green = Door closed +Green = Door closed: + +![spacetray](shot-closed.png) Additionally, a notification is displayed as soon as the status changes. diff --git a/shot-closed.png b/shot-closed.png new file mode 100644 index 0000000..995276f Binary files /dev/null and b/shot-closed.png differ diff --git a/shot.png b/shot-open.png similarity index 100% rename from shot.png rename to shot-open.png