Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asqit/gnome-binary-wallpaper

Create dark & light themed wallpapers for gnome UI.
https://github.com/asqit/gnome-binary-wallpaper

darkmode gnome golang wallpaper

Last synced: about 6 hours ago
JSON representation

Create dark & light themed wallpapers for gnome UI.

Awesome Lists containing this project

README

        

# gnome-binary-wallpaper

Gnome-binary-wallpaper is simple program that helps you create a dark / light wallpapers for linux gnome user environment.

## Build it yourself

clone the repository

```shell
git clone https://github.com/asqit/gnome-binary-wallpaper && cd ./gnome-binary-wallpaper
```

Build the executable for your platform.

```shell
go build ./cmd/gnome-binary-wallpaper/main.go
```

run the program

```shell
cd ./cmd/gnome-binary-wallpaper
./gnome-binary-wallpaper -name dome -lw ~/Downloads/dome-light.jpg -dw ~/Downloads/dome-dark.jpg
```