Search Criteria
Package Details: qtheme 3.0.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qtheme.git (read-only, click to copy) |
|---|---|
| Package Base: | qtheme |
| Description: | Tool for management qtile desktop environment |
| Upstream URL: | https://github.com/loadept/qtheme |
| Keywords: | kitty-terminal python python3 qtile twm |
| Licenses: | MIT |
| Submitter: | loadept |
| Maintainer: | loadept |
| Last Packager: | loadept |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-02-07 02:29 (UTC) |
| Last Updated: | 2025-11-22 21:05 (UTC) |
Dependencies (5)
- fastfetch (fastfetch-gitAUR, fastfetch-gif-gitAUR)
- kitty (kitty-shade-transparency-patchAUR, kitty-gitAUR, kitty-meow-gitAUR, kitty-bitmapAUR)
- python
- qtile (qtile-wayland-gitAUR, qtile-gitAUR)
- python-installer (make)
Latest Comments
loadept commented on 2025-11-22 21:08 (UTC)
Version 3.0.1 - Major Update!
This is a significant update that modernizes the entire tool. If you are coming from version 2.0.6, please note that this is a breaking change.
Key improvements in this release:
pyproject.tomlinstead ofsetup.py, following modern Python standards.argparse's mutually exclusive groups.--checkcommand: You can now validate the syntax of all your theme files withqtheme --check. This feature uses Pydantic to ensure your themes are correctly structured, preventing errors before you even apply them.This update makes
qthememore reliable and easier to use. As always, feedback and contributions are welcome on GitHub!