From 909ec4394b5ea8a8b402929432062a8ecdd50da9 Mon Sep 17 00:00:00 2001 From: hornetfighter515 Date: Fri, 23 Jul 2021 20:34:55 -0400 Subject: [PATCH] Adjusted README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8f418b..5bd1715 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ The Python 3.8 code downloads the RSS feed into the [`src/ef/feed.xml`](src/ef/f ___ ## UX Configuration -The best place to look for customizing this template to your liking is in [`news_scroll.css`][nsc]. Width, text decoration, and font sizes can be adjust from there. If fonts or colors are what you're looking to adjust, check the `terminal` theme in [`palette.css`][pc]. +The best place to look for customizing this template to your liking is in [`news_scroll.css`][nsc]. Width, text decoration, and font sizes can be adjust from there. If fonts or colors are what you're looking to adjust, check the `terminal` theme in [`palette.css`][pc]. It can be copied and pasted within the file, and then adjusted to your liking. In order to apply it to the widget, change the `color_theme` variable in [`news_scroll.js`](src/ef/news_scroll.js) to the name of your theme. Alternatively, try some of the default themes, such as `hornetfighter-red` and `hornetfighter-blue`, based on the color palette from [my website](https://hornetfighter.com/). ___ ## Samples * [Sample Configuration on template for my website](src/sample_1.html) * [Minimum viable configuration](src/sample_2.html) ___ ## Dependencies -* [`cron`][cron] +* [`cron`][cron] (or a similar job scheduler) * [`requests`](https://pypi.org/project/requests/) ___ NOTICE: Heavily modified from the [Allwebco Design Corporation IFrame news scroller](/IFrame-ScrollingNews-HTML5/help-ScrollingNews.html) @@ -39,4 +39,4 @@ NOTICE: Heavily modified from the [Allwebco Design Corporation IFrame news scrol [hn]: (https://thehackernews.com/) [nsc]:(src/ef/news_scroll.css) [pc]:(src/ef/palette.css) -[cron]:(https://wiki.debian.org/cron) \ No newline at end of file +[cron]:(https://wiki.debian.org/cron)