Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit e637cb5

Browse files
authored
Update README.md
1 parent bb63813 commit e637cb5

File tree

1 file changed

+16
-50
lines changed

1 file changed

+16
-50
lines changed

README.md

Lines changed: 16 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -29,49 +29,23 @@
2929

3030
We have 9 widgets available
3131

32-
* 🕒 **Clock**
33-
34-
Shows current time of any timezone, with or without seconds
35-
36-
* 🗓️ **Calendar**
37-
38-
Shows current month view, with Monday or Sunday as first day of week
39-
40-
* 🎵 **Music**
41-
42-
Allows you to control music player<br/>
43-
Supported players: WMP, AIMP, CAD, iTunes, Spotify, YouTube, Winamp
44-
45-
* ☀️ **Weather**
46-
47-
Shows hourly and daily forecast.<br/>
48-
You can change the forecast by entering your city name
49-
50-
* 📊 **Monitoring**
51-
52-
Shows current CPU, RAM, Disk, Network and Battery levels
53-
54-
* 🎚️ **Volume**
55-
56-
Allows you to control system volume, volume per app, mute apps and switch output devices
57-
58-
* 📝 **Notes**
59-
60-
Gives you a quick access to your most important text information
61-
62-
***Reminders**
63-
64-
A basic to-do list with counter
65-
66-
***Timer**
67-
68-
A basic countdown with an alarm sound
32+
|Icon|Widget|Description|
33+
|-|-|-|
34+
|<img src="@Resources/Images/Icons/Clock.png" />|**Clock**|Shows current time of any timezone, with or without seconds|
35+
|<img src="@Resources/Images/Icons/Calendar.png" />|**Calendar**|Shows current month view, with Monday or Sunday as first day of week|
36+
|<img src="@Resources/Images/Icons/Music.png" />|**Music**|Allows you to control music player<br/>Supported players: WMP, AIMP, CAD, iTunes, Spotify, YouTube, Winamp|
37+
|<img src="@Resources/Images/Icons/Weather.png" />|**Weather**|Shows hourly and daily forecast.<br/>You can change the forecast by entering your city name|
38+
|<img src="@Resources/Images/Icons/Monitor.png" />|**Monitor**|Shows current CPU, RAM, Disk, Network and Battery levels|
39+
|<img src="@Resources/Images/Icons/Volume.png" />|**Volume**|Allows you to control system volume, volume per app, mute apps and switch output devices|
40+
|<img src="@Resources/Images/Icons/Notes.png" />|**Notes**|Gives you a quick access to your most important text information|
41+
|<img src="@Resources/Images/Icons/Reminders.png" />|**Reminders**|A basic to-do list with counter|
42+
|<img src="@Resources/Images/Icons/Timer.png" />|**Timer**|A basic countdown with an alarm sound|
6943

7044
<img src="@Resources/Images/Banners/sizes.png" width="500px" align="right" />
7145

7246
### Sizes
7347

74-
Each of them comes in 4 sizes, you can switch between them in the context menu
48+
Each widget comes in 4 sizes, you can switch between them in the context menu
7549

7650
* 1️⃣ Small
7751
* 2️⃣ Medium
@@ -80,19 +54,11 @@ Each of them comes in 4 sizes, you can switch between them in the context menu
8054

8155
### Themes
8256

83-
Widgets appears in one of 4 predefined themes
84-
85-
<img src="@Resources/Images/Settings/blur.png" align="right" />
86-
<img src="@Resources/Images/Settings/color.png" align="right" />
87-
<img src="@Resources/Images/Settings/auto.png" align="right" />
88-
<img src="@Resources/Images/Settings/dark.png" align="right" />
89-
<img src="@Resources/Images/Settings/light.png" align="right" />
57+
Widgets appears in one of 5 predefined themes
9058

91-
* ⬜ Light
92-
* ⬛ Dark
93-
* 🔲 Auto
94-
* 🟪 Color
95-
* 💎 Blur (Windows 11 only)
59+
|Light|Dark|Auto|Color|Blur|
60+
|-|-|-|-|-|
61+
|<img src="@Resources/Images/Settings/light.png" />|<img src="@Resources/Images/Settings/dark.png" />|<img src="@Resources/Images/Settings/auto.png" />|<img src="@Resources/Images/Settings/color.png" />|<img src="@Resources/Images/Settings/blur.png" />|
9662

9763
### Languages
9864

0 commit comments

Comments
 (0)