Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deifyed/topbg
Grabs a random image from the top posts of a subreddit and sets it as a wallpaper
https://github.com/deifyed/topbg
Last synced: 25 days ago
JSON representation
Grabs a random image from the top posts of a subreddit and sets it as a wallpaper
- Host: GitHub
- URL: https://github.com/deifyed/topbg
- Owner: deifyed
- License: gpl-3.0
- Created: 2022-10-02T16:55:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T17:44:57.000Z (about 2 years ago)
- Last Synced: 2024-06-21T18:12:11.662Z (7 months ago)
- Language: Go
- Size: 124 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TopBG
## Motivation
TopBG grabs a random image from the top posts of configured subreddits and sets it as the desktop wallpaper
## Usage
```shell
# Set a new random wallpaper
topbg set# Set wallpaper with image by index
topbg set --index # Find index with `topbg list`# Permanently save the image previously set
topbg store# List stored images with indexes
topbg list
```## Installation
Requires Go 1.19
```shell
# Install topbg into ~/.local/bin
make build && make install# To adjust installation dir, use INSTALL_DIR
make build && make install INSTALL_DIR=/usr/local/bin
```