From c7a570d37c72bf1fd4b1c2df213017802feb219c Mon Sep 17 00:00:00 2001 From: BrandonXLF Date: Fri, 9 Jul 2021 03:53:30 -0400 Subject: [PATCH] Switched right and left in readme --- Readme.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Readme.md b/Readme.md index 8256ae7..6ecb575 100644 --- a/Readme.md +++ b/Readme.md @@ -1,18 +1,18 @@ -# Compactor - -**Compactor** is a Windows application that displays a compact Recycle Bin in the system tray. - -It uses the built in Windows Recycle Bin icon for consistency with the rest of the system and updates using system events (such as the deletion of a file or folder) to update the icon, using less resources than other solutions. - -## Features - -* Adds a Recycle Bin icon to the system tray - - ![Image of the system tray with the Compactor icon visible](images/system-tray.png "The context menu") -* Toggle to hide the system tray icon when empty -* Optionally run at startup -* Right click to open the Recycle Bin -* Middle click to empty the Recycle Bin -* Left click to view the context menu - +# Compactor + +**Compactor** is a Windows application that displays a compact Recycle Bin in the system tray. + +It uses the built in Windows Recycle Bin icon for consistency with the rest of the system and updates using system events (such as the deletion of a file or folder) to update the icon, using less resources than other solutions. + +## Features + +* Adds a Recycle Bin icon to the system tray + + ![Image of the system tray with the Compactor icon visible](images/system-tray.png "The context menu") +* Toggle to hide the system tray icon when empty +* Optionally run at startup +* Left click to open the Recycle Bin +* Middle click to empty the Recycle Bin +* Right click to view the context menu + ![Image of the context menu with Open, Empty Recycle Bin, Properties, Hide when empty, and Exit](images/context-menu.png "The context menu") \ No newline at end of file