Skip to content

Commit 90fa9ad

Browse files
committed
update
1 parent 570fca8 commit 90fa9ad

1 file changed

Lines changed: 22 additions & 7 deletions

File tree

TimeProgress Widget/README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,34 +59,46 @@ Visualize your day, week, month, year, and more — all in one modular and minim
5959

6060
### Day Progress (`day`)
6161

62+
6263
Displays progress through the current day as a circular progress ring.
6364

64-
![Day Preview](images/timeProgress/day.png)
65+
![add Day Preview](images/timeProgress/day.png)
66+
<!-- <img src="../.src/timeprogress/" width="160"/> -->
6567

6668
### Month Progress (`month`)
6769

6870
Dot grid showing how far you are into the current month.
6971

70-
![Month Preview](images/timeProgress/month.png)
72+
<!-- ![Month Preview](images/timeProgress/month.png) -->
73+
<img src="../.src/timeprogress/timeprogress_s_2.png" width="160"/>
7174

7275
### Year Progress (`year`)
7376

7477
Circular ring showing yearly progress with days passed.
7578

76-
![Year Preview](images/timeProgress/year.png)
79+
<!-- ![Year Preview](images/timeProgress/year.png) -->
80+
<img src="../.src/timeprogress/timeprogress_s_1.png" width="160"/> <img src="../.src/timeprogress/timeprogress_m_1.png" width="260"/>
81+
<img src="../.src/timeprogress/timeprogress_l.png" width="360"/>
7782

7883
### Week Progress (`week`)
7984

8085
Displays how far you are through the current week.
8186

82-
![Week Ring](images/timeProgress/week-ring.png)
87+
<!-- ![Week Ring](images/timeProgress/week-ring.png) -->
88+
<img src="../.src/timeprogress/timeprogress_s_5.png" width="160"/>
89+
90+
### Week Number Dot View (`weeknum`)
91+
92+
Circular ring showing yearly progress with weeks passed.
93+
94+
<img src="../.src/timeprogress/timeprogress_s_4.png" width="160"/>
8395

8496
### Week Number Dot View (`weeknumdot`)
8597

8698
Dot grid marking each week of the year.
8799

88-
![Week Dot](images/timeProgress/week-dots.png)
89-
100+
<!-- ![Week Dot](images/timeProgress/week-dots.png) -->
101+
<img src="../.src/timeprogress/timeprogress_s_3.png" width="160"/>
90102

91103
### Default Mode (`default`)
92104

@@ -97,7 +109,10 @@ Stacked bars showing:
97109
* This Month
98110
* This Year
99111

100-
![Default Preview](images/timeProgress/default.png)
112+
<!-- ![Default Preview](images/timeProgress/default.png) -->
113+
<img src="../.src/timeprogress/timeprogress_m_2.png" width="260"/> <img src="../.src/timeprogress/timeprogress_s_6.png" width="160"/>
114+
115+
101116

102117
## Configure Parameters
103118

0 commit comments

Comments
 (0)