Metadata-Version: 2.4
Name: sddm-theme-picker
Version: 0.1.0
Summary: Browse, preview, and activate SDDM themes with an interactive CLI.
Author: Abolfazl
Project-URL: Homepage, https://github.com/AbolfazlFa7/sddm-theme-picker
Project-URL: Repository, https://github.com/AbolfazlFa7/sddm-theme-picker
Project-URL: Issues, https://github.com/AbolfazlFa7/sddm-theme-picker/issues
Keywords: sddm,theme,linux,cli
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: rich>=15.0.0
Requires-Dist: typer>=0.25.1

# SDDM Theme Picker

[preview.webm](https://github.com/user-attachments/assets/87813fec-be65-46be-94d1-571afcc4316f)

A very simple CLI tool to browse, preview, and activate SDDM themes interactively.

With this tool, you can easily download themes from anywhere, install them as usual, and manage them from a single interface. Find any theme you like and use it exactly as you want.

## Features

- Browse available SDDM theme packages
- Preview themes before applying
- Set a theme on your system with one command
- Works with themes downloaded from any source
- Interactive prompts for selection and confirmation

## Installation

```bash
pip install sddm-theme-picker
```

## Usage

```bash
sddmtheme
```

Follow the prompts to select a package and theme. You can preview the theme and decide whether to set it as active.

## Notes

- This project is intended to be simple and lightweight.
- Requires Python >= 3.14.
- Works on systems with SDDM installed.
