deifyed / topbg

Grabs a random image from the top posts of a subreddit and sets it as a wallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TopBG

Motivation

TopBG grabs a random image from the top posts of configured subreddits and sets it as the desktop wallpaper

Usage

# Set a new random wallpaper
topbg set

# Set wallpaper with image by index
topbg set --index <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

# 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

About

Grabs a random image from the top posts of a subreddit and sets it as a wallpaper

License:GNU General Public License v3.0


Languages

Language:Go 93.8%Language:Makefile 6.2%