mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-08 16:48:13 +02:00
* Add github repo links to apps index Also: - update and rename `hyprland-qtutils` -> `hyprland-guiutils` - title case all headings * Make first mention of each app into a link to the GH repo * Fix typo * Improve formatting * hyprlauncher: improve formatting * hypridle: improver formatting * hyprlock: Improve formatting * xdg-desktop-portal-hyprland: Improve formatting * hyprsunset: Improve formatting - remove redundant warning - Add `tabs` for installation commands section to accomodate commands for different distros in the future * hyprland-qt-support: Improve formatting * hyprqt6engine: Improve formatting * hyprtoolkit: Add link to GH repo * hyprtoolkit: improve formatting * hyprcursor: Improve formatting * hyprtoolkit/development: Improve formatting - highlight notes with alerts - title-case headings - remove some abbreviations * hyprlang: Improve formatting - title-case headings - highlight important notes with alerts - some light rewarding * aquamarine: Improve formatting * Add missing language tags to codeblocks
1.5 KiB
1.5 KiB
| weight | title |
|---|---|
| 13 | hyprqt6engine |
hyprqt6engine provides a theme for QT6 apps. It's a replacement for qt6ct, compatible with KDE Apps / KColorScheme.
Usage
Install, then set QT_QPA_PLATFORMTHEME=hyprqt6engine.
You can set this as env= in Hyprland, or in /etc/environment for setting it system-wide.
Configuration
The config file is located in ~/.config/hypr/hyprqt6engine.conf.
Theme
category theme:
| Variable | Description | Type | Default |
|---|---|---|---|
color_scheme |
The full path to a color scheme. Can be a qt6ct theme, or a KColorScheme. Leave empty for defaults. |
string | empty |
icon_theme |
Name of an icon theme to use. | string | empty |
style |
Widget style to use, e.g. Fusion or kvantum-dark. | string | Fusion |
font_fixed |
Font family for the fixed width font. | string | monospace |
font_fixed_size |
Font size for the fixed width font. | int | 11 |
font |
Font family for the regular font. | string | Sans Serif |
font_size |
Font size for the regular font. | int | 11 |
Misc
category misc:
| Variable | Description | Type | Default |
|---|---|---|---|
single_click_activate |
Whether single-clicks should activate, or open. | bool | true |
menus_have_icons |
Whether context menus should include icons. | bool | true |
shortcuts_for_context_menus |
Whether context menu options should show their keyboard shortcuts. | bool | true |