Rudi 852beb656c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Update Drone for other platforms
2022-02-22 09:56:32 -05:00
2022-02-22 09:56:32 -05:00
2022-02-21 14:36:23 -05:00
2022-02-21 14:36:23 -05:00
2022-02-21 14:36:23 -05:00
2022-02-21 14:38:42 -05:00
2022-02-21 15:52:14 -05:00
2022-02-21 14:36:23 -05:00

SpaceFace

Automatically set a user's wallpaper to NASA's Astronomy Picture Of the Day

Badges

GPLv3 License Build Status Go Report Card Documentation

Acknowledgements

Installation

The easiest way to install SpaceFace would be the AUR Package. To build manually, these steps are executed:

  go build
  ./SpaceFace

This will set your current wallpaper to the NASA APOD. If the path /usr/share/backgrounds/spaceface exists, then SpaceFace will also download the APOD to /usr/share/backgrounds/spaceface/lock.jpg for setting the lock screen. (Automatic setting of lock screen not yet implemented)

Deployment

To deploy this project on linux run

  sudo mkdir /usr/share/backgrounds/spaceface
  sudo chown $USER /usr/share/backgrounds/spaceface
  sudo mv SpaceFace /usr/local/bin/
  sudo chmod +x /usr/local/bin/SpaceFace
  /usr/local/bin/SpaceFace

And then set your ~/.config/kscreenlockerrc to contain:

[Greeter]
WallpaperPlugin=org.kde.image

[Greeter][Wallpaper][org.kde.image][General]
Image=/usr/share/backgrounds/spaceface/lock.jpg

Description
No description provided
Readme 258 KiB
2022-02-22 15:03:15 +00:00
Languages
Go 100%