mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
Amazing wallpaper straight from space!
https://starlio.space
apod-apigolang-applicationlinux-wallpapernasa-apispacewallpaperwallpaper-managerwallpaperswindows-wallpaper
.github | ||
api | ||
functions | ||
web | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
config.yaml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
NOTICE | ||
README.md |
The program takes a picture from the NASA website every day and sets it as a background for your workspace.
Contents
- Solution or answers to possible problems Windows / Linux
- Build project
OS | Status | Latest version | Download |
---|---|---|---|
Windows | Available | 1.6 | .exe |
Debian | Available | 1.6 | Binary file |
Android | Available | 1.2.0 | Google Play |
MacOS | Unavailable | ||
iOS | Unavailable |
Solution or answers to possible problems
Windows
Linux
-
If you have a mistake with
ayatana-appindicator3-0.1
Debian / Ubuntu / Mint
KDE Plasma
$ sudo apt install gir1.2-appindicator3-0.1
GNOME
- Install the package
$ sudo apt install gnome-shell-extension-appindicator
- Open
Tweaks
- Go to
Extensions
- Enable
Kstatusnotifieritem/appindicator support
Build project
- Close the repository
$ git clone https://github.com/Redume/EveryNasa.git
- Change directory
$ cd EveryNasa
- Build project
Windows
$ go build -o EveryNasa.exe -ldflags = "-H windowsgui"
Linux
$ go build -o EveryNasa