Metadata-Version: 2.1
Name: qtile-ebenezer
Version: 0.1.18
Summary: This repository provides a collection of widgets and behaviors spanning Desktop to Qtile Tiling Window Manager.
Home-page: https://github.com/williampsena/qtile-ebenezer
Author: William Sena
Author-email: me@willsena.dev
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.34.0
Requires-Dist: qtile>=0.30.0
Requires-Dist: pillow>=11.1.0
Requires-Dist: psutil>=6.2.0
Requires-Dist: ruamel.yaml>=0.17.0
Requires-Dist: cairocffi>=1.8.0
Requires-Dist: click>=8.0.0

# Qtile Ebenezer 🪨

This project offers a range of widgets and behaviors, from Desktop to Qtile Tiling Window Manager.


# The name

This theme was named Ebenezer 🪨, which meaning "stone of helper.".

> The quote is from I Samuel 7. After defeating the Philistines, Samuel raises his Ebenezer, declaring that God defeated the enemies on this spot. As a result, "hither by thy help I come." So I hope this stone helps you in your environment and, more importantly, in your life. 🙏🏿


## Installation

### For Arch users

I developed an AUR package to install this package. I have no experience with AUR packages, so if you discover anything wrong, please contact me at issues.

#### Option 1: Using yay

```shell
yay -Syu python-qtile-ebenezer
```

#### Option 2: Using pamac (Manjaro)

```shell
pamac update
pamac install python-qtile-ebenezer
```

### PIP

You can install directly as a typical method using pip.

> However, this is not the greatest method because you risk breaking the OS by installing packages worldwide using Pip.

```shell
pip install qtile-ebenezer
```

### Using

Some tests to run at repl 'python':

```python
from ebenezer.core.files import resolve_file_path
resolve_file_path("$home")
# '/home/your_home'
```


# The Ebenezer CLI

A CLI tool for backlight, wallpaper, volume control and other helpers.

## Usage

```shell
ebenezer backlight --help
ebenezer volume --help
ebenezer wallpaper --help
```


# Documentation

You may access library documentation generated with Sphinx [here](https://qtile-ebenezer.readthedocs.io/en/latest/).

Thank you for the Read The Docs open source support. ❤️
