Official website of the Starlio project
Find a file
2022-10-12 11:13:32 +03:00
.github Checking modules every day 2022-10-02 12:16:41 +03:00
api unnecessary garbage has been removed 2022-10-09 12:03:53 +03:00
functions The settings code was almost returned to the old form, errors were fixed 2022-10-09 12:03:38 +03:00
web change url in telegram account 2022-10-12 11:13:32 +03:00
.gitignore Splitting files into categories 2022-09-25 11:03:36 +03:00
CODE_OF_CONDUCT.md ADD code of conduct 2022-09-15 12:49:24 +03:00
config.yaml removed prefix v in versions, added prefix at the end -beta 2022-10-02 12:20:04 +03:00
go.mod Bump github.com/shirou/gopsutil/v3 from 3.22.8 to 3.22.9 2022-10-02 09:28:19 +00:00
go.sum Bump github.com/shirou/gopsutil/v3 from 3.22.8 to 3.22.9 2022-10-02 09:28:19 +00:00
LICENSE Add text license 2022-08-17 14:01:27 +03:00
main.go api compactification 2022-10-02 12:24:00 +03:00
NOTICE removing an extra license 2022-10-02 12:24:35 +03:00
README.md change link and version 2022-10-12 11:12:25 +03:00

EveryNasa banner

The program takes a picture from the NASA website every day and sets it as a background for your workspace.


Contents


OS Status Latest version Download
Windows Available 2.0 .msi
Debian Available 1.6 Binary file
Android Available 1.2.1 Google Play
MacOS Unavailable
iOS Unavailable

Solution or answers to possible problems

Windows

  • To make all functions work correctly, install the program anywhere except Program Files(x86) / Program Files
  • 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