ecosystem: add hyprland-qt-support

This commit is contained in:
Vaxry 2025-01-08 22:59:57 +01:00
parent b122a7c8cb
commit e6ef0c004a
2 changed files with 18 additions and 0 deletions

View file

@ -23,6 +23,7 @@ These docs always target latest -git branch of respective apps.
- **[hyprsysteminfo](./hyprsysteminfo)**
- **[hyprsunset](./hyprsunset)**
- **[hyprpolkitagent](./hyprpolkitagent)**
- **[hyprland-qt-support](./hyprland-qt-support)**
### Libraries and other utilities

View file

@ -0,0 +1,17 @@
---
weight: 9
title: hyprland-qt-support
---
hyprland-qt-support provides a QML style for hypr* qt6 apps.
## Configuration
The config file is located in `~/.config/hypr/application-style.conf`.
| variable | description | type | default |
| --- | --- | --- | --- |
| roundness | how much to round UI elements, 0 - 3 | int | 1 |
| border_width | how wide the border should be around UI elements, 0 - 3 | int | 1 |
| reduce_motion | reduce motion of elements (transitions, hover effects, etc) | bool | false |