Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praczet/lu-wotd
Displays Luxembourgish's The Word of the Day. It gets them (wotds) from LOD.lu
https://github.com/praczet/lu-wotd
lodlu luxembourgish luxemburgish wotd
Last synced: 13 days ago
JSON representation
Displays Luxembourgish's The Word of the Day. It gets them (wotds) from LOD.lu
- Host: GitHub
- URL: https://github.com/praczet/lu-wotd
- Owner: Praczet
- License: gpl-3.0
- Created: 2023-10-09T14:30:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T09:00:07.000Z (12 months ago)
- Last Synced: 2024-12-08T19:39:05.012Z (18 days ago)
- Topics: lodlu, luxembourgish, luxemburgish, wotd
- Language: JavaScript
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lu-wotd
It displays Luxembourgish's "The Word of the Day" on the desktop. It gets them (wotds) from [lod.lu](https://LOD.lu)
## The origin story
The whole idea of this extension was to have a Word of the Day displayed on my desktop.
More or less like this:
![WOTD](docs/images/luwotd-preview.png)
This extension gets words from [LOD.lu](https://LOD.lu) and their awesome [API](https://lod.lu/api/lb/word-of-the-day).
I would love to thank to Andrew Zaech and his excellent Gnome-extension [AZClock](https://gitlab.com/AndrewZaech/azclock) for the inspiration and "teaching" process.
This is my the very first extension I ever created and by analyzing Andrew's AZClock source code I have learned a lot.
## Settings
![Lu-Wotd Settings](docs/images/luwotd-settings.png)
For now the WotD position is set as (x,y) from the top left of the screen. (In the future I will make it work as relative position of the anchoring point such as TOP,RIGHT)
As I said many thanks to Lod team for allowing using lod.lu API.
![Lu-wotd About](docs/images/luwotd-about.png)
## Installation
Hopefully it will be accessible from Gnome-extension website. For now you can install it manually.
### Requirements
* [OpenDyslexic](https://opendyslexic.org/) - the default font that I use
### Gnome Extension Repository
Not yet available.
### Manual
Download the ZIP file and unpack it.
```bash
unzip lu-wotd-main.zip
cd src
mkdir ~/.local/gnome-shell/extensions/[email protected]
cp -r * ~./local/gnome-shell/extensions/[email protected]/
```
## Plans1. Adding translation (for now it has fake approach for it)
2. Adding anchoring = TOP-LEFT, TOP-RIGHT, BOTTOM-LEFT, BOTTOM-RIGHT
3. Adding Refresh button