diff --git a/Files/default.mp3 b/Files/default.mp3 deleted file mode 100644 index 0b082c8..0000000 Binary files a/Files/default.mp3 and /dev/null differ diff --git a/README.md b/README.md index 2dfcdc8..215b5af 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ A small background tool to remind the user of the "20-20-20" rule. ``` sudo apt-get install python-gobject libnotify-bin python-gst-1.0 -pip3 install notify2 +pip3 install notify2 playsound --user ``` \ No newline at end of file diff --git a/files/default.wav b/files/default.wav new file mode 100644 index 0000000..6bc4665 Binary files /dev/null and b/files/default.wav differ diff --git a/Files/eye_dark.png b/files/eye_dark.png similarity index 100% rename from Files/eye_dark.png rename to files/eye_dark.png diff --git a/Files/eye_light.png b/files/eye_light.png similarity index 100% rename from Files/eye_light.png rename to files/eye_light.png