- Installation
- First Use
- Using the Overlay
- Managing Widgets
- Adjusting Settings
- Frequently Asked Questions (FAQ)
- Clone the repository:
git clone https://github.com/ImoliMedia/desktop-customization-tool.git
- Navigate to the project directory:
cd desktop-customization-tool
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
When you first run the Imolia Desktop Customization Tool:
- The application will start and minimize to the system tray.
- Click on the Imolia icon in the system tray to open the menu.
- Select "Settings" to open the settings window.
- In the Settings window, you can select which widgets you want to activate.
- Click "Save" to apply your settings.
- The selected widgets will appear on your desktop.
The overlay is the transparent layer on your desktop where widgets are displayed.
- To show/hide the overlay: Click the Imolia icon in the system tray and select "Toggle Overlay".
- The overlay will stay on top of other windows but allow click-through to interact with your desktop and other applications.
- Open the Settings window from the system tray icon.
- Go to the "Widgets" tab.
- Check the box next to the widgets you want to activate.
- Click "Save" to apply your changes.
- Click and drag to move widgets around your desktop.
- Some widgets may have resize handles in the bottom-right corner for resizing.
- Interact with widgets as described in their individual documentation.
- Open the Settings window from the system tray icon.
- Go to the "Widgets" tab.
- Click the settings button next to the widget you want to configure.
- Adjust the settings in the dialog that appears.
- Click "Save" in the widget settings dialog.
- Click "Save" in the main Settings window to apply all changes.
- In the Settings window, go to the "Widgets" tab.
- Click on the "Open Widgets Folder" button.
- Place your custom widget Python file in this folder:
C:\Users\[YourUsername]\Documents\Imolia Desktop Customizer Widgets\
- Restart the Imolia Desktop Customizer application.
- Your new widget should now appear in the list of available widgets.
To access the main settings:
- Click the Imolia icon in the system tray.
- Select "Settings" from the menu.
In the Settings window, you can:
- Manage and configure widgets
- Access the widgets folder
Q: How do I completely exit the application? A: Right-click the Imolia icon in the system tray and select "Exit".
Q: Can I use the application on multiple monitors? A: Yes, the overlay should span across all connected monitors.
Q: How do I create my own widget? A: Refer to our Widget Development Guide for detailed instructions on creating custom widgets.
Q: Is my data safe? A: The Imolia Desktop Customization Tool does not collect or transmit any personal data. All widget configurations are stored locally on your computer.
Q: How do I update the application? A: Check our GitHub repository for the latest releases. Download and install the new version over the existing one.
For further assistance, please open an issue on our GitHub repository.