From 87ce18f08766a0c4b0e3e120c749b89ecc6676af Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 11 Apr 2025 16:07:59 -0500 Subject: [PATCH] Update widgets.md --- docs/widgets.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/widgets.md b/docs/widgets.md index 82433158..878cf8dc 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -707,7 +707,7 @@ Display current FX rates in your native currency. Hover over a row to view more Counting down to the next day off work? This widget displays upcoming public holidays for your country. Data is fetched from [Enrico](http://kayaposoft.com/enrico/) -Note, config for this widget is case-sensetive (see [#1268](https://github.com/Lissy93/dashy/issues/1268)) +Note, config for this widget is case-sensitive (see [#1268](https://github.com/Lissy93/dashy/issues/1268))

@@ -792,7 +792,7 @@ Or ### Sports Scores -Show recent scores and upcoming matches from your favourite sports team. Data is fetched from [TheSportsDB.com](https://www.thesportsdb.com/). From the UI, you can click any other team to view their scores and upcoming games, or click a league name to see all teams. +Show recent scores and upcoming matches from your favorite sports team. Data is fetched from [TheSportsDB.com](https://www.thesportsdb.com/). From the UI, you can click any other team to view their scores and upcoming games, or click a league name to see all teams.

@@ -2440,7 +2440,7 @@ Here an example for Docker Glances can be launched with the `glances` command. You'll need to run it in web server mode, using the `-w` option for the API to be reachable. If you don't plan on using the Web UI, then you can disable it using `--disable-webui`. See the [command reference docs](https://glances.readthedocs.io/en/latest/cmds.html) for more info. -If Glances is running on a Windows system it is recommanded to add the following arguments ```--disable-plugin all --enable-plugin cpu,mem,diskio,ip,network,containers,quicklook,load,fs,alert -w``` This is due to Glances not being that stable on windows, so disabling all plugins that aren't used by Dashy widgets can save on ressources. +If Glances is running on a Windows system it is recommended to add the following arguments ```--disable-plugin all --enable-plugin cpu,mem,diskio,ip,network,containers,quicklook,load,fs,alert -w``` This is due to Glances not being that stable on windows, so disabling all plugins that aren't used by Dashy widgets can save on ressources. #### Options