mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-01-27 17:09:48 +01:00
ecosystem: add hyprland-qt-support
This commit is contained in:
parent
b122a7c8cb
commit
e6ef0c004a
2 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
17
pages/Hypr Ecosystem/hyprland-qt-support.md
Normal file
17
pages/Hypr Ecosystem/hyprland-qt-support.md
Normal 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 |
|
Loading…
Reference in a new issue