diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-03-18 10:27:03 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-03-18 10:27:03 +0100 |
commit | 722e1708bcaf0abb2c3321bbfe4731b7b34c46c9 (patch) | |
tree | ecceabe91477ffab68941f0b9c26de1cd2481a00 /README.md | |
parent | 36f2b22ab0970d27c50aa04cb9e709eba5c7e056 (diff) | |
download | Furtherance-722e1708bcaf0abb2c3321bbfe4731b7b34c46c9.tar.zst |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index 498e06d..6aa2531 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Furtherance is a time tracking app written in Rust with GTK 4. It allows you to track time spent on different activities without worrying about your data being captured and sold. <p float="left"> - <img src="https://raw.githubusercontent.com/lakoliu/Furtherance/main/screenshots/furtherance-screenshot-main.png" alt="Furtherance main window" width="250"/> - <img src="https://raw.githubusercontent.com/lakoliu/Furtherance/main/screenshots/furtherance-screenshot-task-details.png" alt="Furtherance task details" width="250"/> - <img src="https://raw.githubusercontent.com/lakoliu/Furtherance/main/screenshots/furtherance-screenshot-edit-task.png" alt="Furtherance edit task" width="250"/> - <img src="https://raw.githubusercontent.com/lakoliu/Furtherance/main/screenshots/furtherance-screenshot-settings.png" alt="Furtherance settings" width="250"/> + <img src="https://raw.githubusercontent.com/lakoliu/Furtherance/main/data/screenshots/furtherance-screenshot-main.png" alt="Furtherance main window" width="250"/> + <img src="https://raw.githubusercontent.com/lakoliu/Furtherance/main/data/screenshots/furtherance-screenshot-task-details.png" alt="Furtherance task details" width="250"/> + <img src="https://raw.githubusercontent.com/lakoliu/Furtherance/main/data/screenshots/furtherance-screenshot-edit-task.png" alt="Furtherance edit task" width="250"/> + <img src="https://raw.githubusercontent.com/lakoliu/Furtherance/main/data/screenshots/furtherance-screenshot-settings.png" alt="Furtherance settings" width="250"/> </p> ## Features |