Qtct configuration. Writes settings to qt5ct/qt5ct.conf file. Lists will be translated to comma-separated strings. Fonts must be quoted (see example).
Declarations
Type
null or (attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them))Default
nullExample
{
Appearance = {
style = "kvantum";
icon_theme = "Papirus-Dark";
standar_dialogs = "xdgdesktopportal";
};
Fonts = {
fixed = "\"DejaVuSansM Nerd Font Mono,12\"";
general = "\"DejaVu Sans,12\"";
};
}