Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/asqit/gnome-binary-wallpaper
- Owner: Asqit
- Created: 2023-08-25T07:45:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-25T09:44:15.000Z (5 months ago)
- Last Synced: 2024-08-25T10:39:27.238Z (5 months ago)
- Topics: darkmode, gnome, golang, wallpaper
- Language: Go
- Homepage:
- Size: 1.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```