Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dusansimic/dynamic-wallpaper
Dynamic wallpaper maker for Gnome 42
https://github.com/dusansimic/dynamic-wallpaper
gnome gtk4 hacktoberfest libadwaita python
Last synced: 3 days ago
JSON representation
Dynamic wallpaper maker for Gnome 42
- Host: GitHub
- URL: https://github.com/dusansimic/dynamic-wallpaper
- Owner: dusansimic
- License: gpl-2.0
- Created: 2022-04-18T10:14:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T11:38:27.000Z (3 months ago)
- Last Synced: 2025-01-31T22:46:14.877Z (10 days ago)
- Topics: gnome, gtk4, hacktoberfest, libadwaita, python
- Language: Python
- Homepage:
- Size: 908 KB
- Stars: 151
- Watchers: 4
- Forks: 30
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- stars - dusansimic/dynamic-wallpaper
README
# Dynamic Wallpaper
Dynamic wallpaper creator for GNOME 42 and beyond
🎨 Icon designed by [Rokwallaby](https://github.com/Rokwallaby).
![Light screenshot](data/screenshots/main.png#gh-light-mode-only)
![Dark screenshot](data/screenshots/main-dark.png#gh-dark-mode-only)## 💻 Installation
Dynamic Wallpaper is [available on Flathub](https://flathub.org/apps/details/me.dusansimic.DynamicWallpaper).
To download development snapshots, you can use the artifacts from
[CI](https://github.com/dusansimic/dynamic-wallpaper/actions) builds. Download
the latest artifact and install the flatpak file from the
archive (`flatpak install dynamic-wallpaper.flatpak`).## 🛠️ Dependencies
Please make sure you have these dependencies first before building.
```
gtk4
libadwaita-1
meson
python3
```## 🏗️ Building
Clone the repo and run:
```bash
meson _build --prefix=/usr && cd _build
sudo ninja install
```## 📜 License
This app is licensed under the GPL2 license.