Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/it-delinquent/walking_reminder

A little window used to remind me to get up and move around...
https://github.com/it-delinquent/walking_reminder

costura fody gifs programming reminder reminder-application walking windows wpf wpf-application wpf-ui

Last synced: 2 days ago
JSON representation

A little window used to remind me to get up and move around...

Awesome Lists containing this project

README

        

# Walking Reminder
[![CodeFactor](https://www.codefactor.io/repository/github/it-delinquent/walking_reminder/badge)](https://www.codefactor.io/repository/github/it-delinquent/walking_reminder)
### A little window used to remind me to get up and move around...

I have this setup as a scheduled task that runs every hour and reminds me to get up, stretch my legs, get a refill of
my drinks and rest my eyes 😆 😫

Here are some gifs of the program:

![alt text](https://github.com/IT-Delinquent/WalkingReminder/blob/master/Walking_Reminder_Duck.gif)
![alt text](https://github.com/IT-Delinquent/WalkingReminder/blob/master/Walking_Reminder_Stick.gif)

*Here are links to both the gifs used ( [Duck gif](https://giphy.com/gifs/happy-walking-wings-3o7btLRcDoBW1RmyJi) & [Stick Man gif](https://giphy.com/gifs/animated-loop-walking-XGnWMiVXL87Xa/media)* ), please don't sue 😳

Currently, changing the gif is quite difficult and requires a recompile and also the wpfAnimations .dll adding to the .exe.
You can do this by using [Costura.Fody](https://github.com/Fody/Costura "GitHub page for Costura Costura")

[mharwood.uk](https://mharwood.uk)