Material Clock is a simple, Material Design-inspired clock plasmoid for KDE Plasma 6.
- Customizable color: Change the clock's color through the settings.
- Flexible date formatting: Choose from preset date formats or create a custom format.
- Flexible time formatting: Select from preset time formats or define a custom format.
You can install Material Clock through multiple methods:
- Open System Settings
- Go to Plasma Widgets
- Click "Get New Widgets"
- Search for "Material Clock"
- Click "Install"
- Download the
.plasmoid
file from the Releases section. - Install the plasmoid by double-clicking the downloaded
.plasmoid
file. - Add the clock to your panel: Right-click on the desktop or panel, select "Add Widgets...", search for "Material Clock," and drag it to your panel.
Right-click on the clock widget and select "Configure" to adjust:
- Color: Choose a custom color for the clock text (using hex format).
- Date Format:
- Select from preset formats like:
- "Mon, 15 Jan"
- "Monday, 15 January"
- "15/01/2024"
- Or create a custom format using Qt date formatting codes
- Select from preset formats like:
- Time Format:
- Choose from preset formats like:
- 24-hour (15:45)
- 12-hour with AM/PM (3:45 PM)
- Formats with or without seconds
- Create a custom format using Qt date formatting codes
- Choose from preset formats like:
- Use Qt formatting codes like:
ddd
: Short weekday nameMMM
: Short month nameHH
: 24-hour hourmm
: Minutesh
: 12-hour hourAP
: AM/PM indicator
Note
The widget updates every 60 seconds. Including seconds in the time format is not recommended as the display will not update in real-time.
Enjoyed Material Clock? Help support its development:
- ⭐ Star this GitHub repository
- 📝 Rate and review the widget on the KDE Store
- 🐛 Report issues or suggest improvements on GitHub
Your support helps maintain and improve the project!
Feel free to fork the repository, open issues, or submit pull requests. Contributions are welcome to improve and expand the project!
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for more details.