From 4f84a662a8d0e411887e156262cb03ac1aa7681a Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Tue, 26 May 2020 10:11:57 +0200 Subject: [PATCH] Move resources to res directory --- README.md | 2 +- ego_description.txt => res/ego_description.txt | 0 icon.svg => res/icon.svg | 0 screenshot.png => res/screenshot.png | Bin 4 files changed, 1 insertion(+), 1 deletion(-) rename ego_description.txt => res/ego_description.txt (100%) rename icon.svg => res/icon.svg (100%) rename screenshot.png => res/screenshot.png (100%) diff --git a/README.md b/README.md index 7361fd6..52dda49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Night Theme Switcher -![](./screenshot.png) +![](./res/screenshot.png) Automatically toggle your light and dark GTK and GNOME Shell theme variants, switch backgrounds and launch custom commands at sunset and sunrise. diff --git a/ego_description.txt b/res/ego_description.txt similarity index 100% rename from ego_description.txt rename to res/ego_description.txt diff --git a/icon.svg b/res/icon.svg similarity index 100% rename from icon.svg rename to res/icon.svg diff --git a/screenshot.png b/res/screenshot.png similarity index 100% rename from screenshot.png rename to res/screenshot.png