Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 863 Bytes

README.md

File metadata and controls

44 lines (37 loc) · 863 Bytes

Mergin Wallpaper

Application ported from QT5 to GTK4. You can find old QT5 version in mergin-wallpaper.py file. to start new GTK version, simple run Main.py file under src folder

python3 src/Main.py

GTK4 Version

QT5 Version

Features

  • Preview wallpaper before setting it
  • Downloading daily BING wallpaper
  • Gnome Notifications

Dependencies GTK4

python3, wget, gtk4

Dependencies QT5

python3, wget, PyQt5

Installation

git clone https://github.com/osmancoskun/mergin-wallpaper

Usage GTK4

cd mergin-wallpaper/src
python3 ./Main.py

Usage QT5

cd mergin-wallpaper
python3 ./mergin-wallpaper.py