https://github.com/matjam/glpaper
wallpaper daemon for x11 with smooth fading
https://github.com/matjam/glpaper
Last synced: 8 months ago
JSON representation
wallpaper daemon for x11 with smooth fading
- Host: GitHub
- URL: https://github.com/matjam/glpaper
- Owner: matjam
- License: mit
- Created: 2024-03-15T16:10:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T16:29:36.000Z (over 2 years ago)
- Last Synced: 2025-01-11T14:26:18.101Z (over 1 year ago)
- Language: C++
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# glpaper
This is the glpaper project. It is a simple program that allows you to cycle through
a set of wallpapers using SFML (and OpenGL under the hood).
Much thanks goes to the xwinwrap project which provided the code for finding the X11
root window.
# Building and installing
See the [BUILDING](BUILDING.md) document.
# Using
See the glpaper.toml file for configuration information. This file should be in your `$XDG_CONFIG_HOME/glpaper` directory, or in `~/.config/glpaper` if `$XDG_CONFIG_HOME` is not set.
# Contributing
See the [CONTRIBUTING](CONTRIBUTING.md) document.
# License
See [LICENSE.md](LICENSE.md).