mirror of https://github.com/cutefishos/core
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
3.3 KiB
XML
88 lines
3.3 KiB
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="com.cutefish.Theme">
|
|
<method name="setDarkMode">
|
|
<arg name="darkMode" type="b" direction="in"/>
|
|
</method>
|
|
<method name="setDarkModeDimsWallpaer">
|
|
<arg name="darkModeDimsWallpaer" type="b" direction="in"/>
|
|
</method>
|
|
<method name="setBackgroundVisible">
|
|
<arg name="BackgroundVisible" type="b" direction="in"/>
|
|
</method>
|
|
<method name="setSystemFont">
|
|
<arg name="fontFamily" type="s" direction="in"/>
|
|
</method>
|
|
<method name="setSystemFixedFont">
|
|
<arg name="fontFamily" type="s" direction="in"/>
|
|
</method>
|
|
<method name="setSystemFontPointSize">
|
|
<arg name="fontSize" type="d" direction="in"/>
|
|
</method>
|
|
<method name="setDevicePixelRatio">
|
|
<arg name="ratio" type="d" direction="in"/>
|
|
</method>
|
|
<method name="setWallpaper">
|
|
<arg name="path" type="s" direction="in"/>
|
|
</method>
|
|
<method name="setAccentColor">
|
|
<arg name="accentColor" type="i" direction="in"/>
|
|
</method>
|
|
<method name="setBackgroundColor">
|
|
<arg name="color" type="s" direction="in"/>
|
|
</method>
|
|
<method name="setBackgroundType">
|
|
<arg name="type" type="i" direction="in"/>
|
|
</method>
|
|
<method name="setCursorTheme">
|
|
<arg name="type" type="s" direction="in"/>
|
|
</method>
|
|
<method name="setCursorSize">
|
|
<arg name="type" type="i" direction="in"/>
|
|
</method>
|
|
<method name="setIconTheme">
|
|
<arg name="type" type="s" direction="in"/>
|
|
</method>
|
|
|
|
<method name="applyXResources"></method>
|
|
<method name="updateFontConfig"></method>
|
|
|
|
<property name="isDarkMode" type="b" access="read"/>
|
|
<property name="darkModeDimsWallpaer" type="b" access="read"/>
|
|
<property name="backgroundVisible" type="b" access="read"/>
|
|
<property name="systemFont" type="s" access="read"/>
|
|
<property name="systemFixedFont" type="s" access="read"/>
|
|
<property name="systemFontPointSize" type="d" access="read"/>
|
|
<property name="devicePixelRatio" type="d" access="read"/>
|
|
<property name="wallpaper" type="s" access="read"/>
|
|
<property name="accentColor" type="i" access="read"/>
|
|
<property name="backgroundType" type="i" access="read"/>
|
|
<property name="backgroundColor" type="s" access="read"/>
|
|
<property name="cursorTheme" type="s" access="read"/>
|
|
<property name="cursorSize" type="i" access="read"/>
|
|
<property name="iconTheme" type="s" access="read"/>
|
|
|
|
<signal name="darkModeChanged">
|
|
<arg type="b"/>
|
|
</signal>
|
|
<signal name="wallpaperChanged">
|
|
<arg type="s"/>
|
|
</signal>
|
|
<signal name="darkModeDimsWallpaerChanged">
|
|
</signal>
|
|
<signal name="backgroundVisibleChanged">
|
|
</signal>
|
|
<signal name="accentColorChanged">
|
|
<arg type="i"/>
|
|
</signal>
|
|
<signal name="backgroundTypeChanged"></signal>
|
|
<signal name="backgroundColorChanged"></signal>
|
|
<signal name="cursorThemeChanged"></signal>
|
|
<signal name="cursorSizeChanged"></signal>
|
|
<signal name="iconThemeChanged"></signal>
|
|
<signal name="systemFontPointSizeChanged"></signal>
|
|
<signal name="systemFontChanged"></signal>
|
|
|
|
</interface>
|
|
</node>
|