Metadata-Version: 2.3
Name: hyprwallpaper
Version: 1.1.1
Summary: wallpaper management program for hyprland
Project-URL: Homepage, https://github.com/pseudoisomer/hyprwallpaper
Project-URL: Issues, https://github.com/pseudoisomer/pseudoisomer/hyprwallpaper/issues
Author: kanade
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# What is this?
- **hyprwallpaper** is a simple terminal application written for linux distributions with the hyprland environment set up along with hyprpaper as the wallpaper manager.
- This simple program written in python allows the user the quickly switch between different wallpapers without having to go into their config file to change it.

# How do i use it?
## Dependencies
- one of the dependencies of this program is [mpvpaper](https://github.com/GhostNaN/mpvpaper)

## Installation
- download the program with pip
```
pip install hyprwallpaper
```
- make sure your config file is located in /home/*your username*/.config/hypr/
```
python3 -m hyprwallpaper.py
```
- just follow the simple prompts given in the program
- if you have a GUI file manager like Dolphin, you can just drag and drop the picture you want as your wallpaper into the terminal, which will write out the entire path of the image automatically (*on most terminals, at least*)

# message
- this is a small beginner project I made for myself to make switching between my wallpapers faster. I am aware that it is very elementary and can use a lot more improvements, which I hope to add in the future as I become better at programming
- any suggestions are welcome :) I will try my best to address them
