Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diego0101/noaa_wallpaper
A desktop wallpaper with real-time NOAA imagery for the Linux computer
https://github.com/diego0101/noaa_wallpaper
linux-desktop wallpaper wallpaper-changer
Last synced: about 2 months ago
JSON representation
A desktop wallpaper with real-time NOAA imagery for the Linux computer
- Host: GitHub
- URL: https://github.com/diego0101/noaa_wallpaper
- Owner: Diego0101
- License: mit
- Created: 2024-01-26T22:01:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T18:22:38.000Z (3 months ago)
- Last Synced: 2024-11-17T21:48:25.380Z (about 2 months ago)
- Topics: linux-desktop, wallpaper, wallpaper-changer
- Language: Shell
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOAA Wallpaper
## Description
This is a script that display a "real time" image of Earth, incoming from NOAA's satellite data, and sets it as desktop wallpaper for the Linux Xfce Desktop Environment (Works on Linux Mint)
## Installation> sudo apt-get install imagemagick
>
> sudo mkdir /opt/noaawallpaper
>
> sudo curl -L https://raw.githubusercontent.com/Diego0101/noaa_wallpaper/refs/heads/main/noaawallpaper.sh -o /opt/noaawallpaper/noaawallpaper.sh
>
> sudo chmod 755 /opt/noaawallpaper/noaawallpaper.sh
>
> sudo update-rc.d noaawallpaper.sh default## Execution
By runing the script for GLM data:
> /opt/noaawallpaper/noaawallpaper.sh -s glmor DayNight data
> /opt/noaawallpaper/noaawallpaper.sh -s dn
My personal choice is to invoke it through the shortcut: Ctrl+F11
It can be set by clicking on Start>Keyboard>Application Shortcuts, Add, and set the execution of "/opt/noaawallpaper.sh -s dn" triggered by Ctrl+F11
*Feel free to use, report or comment*## Gallery
Example of desktop with DayNight data screenshot
![NOAA GOES16 Imagery](https://raw.githubusercontent.com/Diego0101/noaa_wallpaper/main/screen.jpg)Copyright (c) 2024 Diego Ayala
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.