Skip to content
hyprtoolkit

hyprtoolkit

hyprtoolkit is a GUI toolkit for developing applications that run natively on Wayland.
It’s specifically made for Hyprland’s needs, but will generally run on any Wayland compositor that supports modern standards.

For developer docs, see development

Configuration

The general toolkit config is at ~/.config/hypr/hyprtoolkit.conf.
It contains theming and some minor adjustments and supports the same color options as hyprland.

VariableDescriptionTypeDefault
backgroundBackground color.color0xFF181818
baseBase color.color0xFF202020
textText color.color0xFFDADADA
alternate_baseAlternative base color.color0xFF272727
bright_textBright text color.color0xFFFFDEDE
accentAccent color.color0xFF00FFCC
accent_secondarySecondary accent color.color0xFF0099F0
h1_sizeFont size for H1.int19
h2_sizeFont size for H2.int15
h3_sizeFont size for H3.int13
font_sizeFont size for regular text elements.int11
small_font_sizeFont size for small text elements.int10
icon_themeName of the icon theme to use, empty for “the first found”.stringempty
font_familyName of the font family to use.stringSans Serif
font_family_monospaceName of the monospace font family to use.stringmonospace
rounding_largeBig rounding in logical pxint10
rounding_smallSmall rounding in logical pxint5
Last updated on