修改部分ukui.interface默认键值
This commit is contained in:
parent
8ff1405356
commit
e3abd23f34
|
@ -4,3 +4,6 @@ button-layout=":minimize,maximize,close"
|
|||
[org.mate.interface]
|
||||
icon-theme="ukui-icon-theme-default"
|
||||
gtk-theme="ukui-white"
|
||||
|
||||
[org.ukui.interface]
|
||||
gtk-theme="ukui-white"
|
||||
|
|
|
@ -55,13 +55,8 @@
|
|||
<summary>Cursor Blink Time</summary>
|
||||
<description>Length of the cursor blink cycle, in milliseconds.</description>
|
||||
</key>
|
||||
<key name="icon-theme" type="s">
|
||||
<default>'menta'</default>
|
||||
<summary>Icon Theme</summary>
|
||||
<description>Icon theme to use for the panel, Caja etc.</description>
|
||||
</key>
|
||||
<key name="gtk-theme" type="s">
|
||||
<default>'Menta'</default>
|
||||
<default>'ukui-white'</default>
|
||||
<summary>Gtk+ Theme</summary>
|
||||
<description>Basename of the default theme used by gtk+.</description>
|
||||
</key>
|
||||
|
@ -76,7 +71,7 @@
|
|||
<description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</description>
|
||||
</key>
|
||||
<key name="font-name" type="s">
|
||||
<default>'Sans 10'</default>
|
||||
<default>'Noto Sans CJK SC 11'</default>
|
||||
<summary>Default font</summary>
|
||||
<description>Name of the default font used by gtk+.</description>
|
||||
</key>
|
||||
|
@ -111,12 +106,12 @@
|
|||
<description>Whether to enable toolkit-wide animations.</description>
|
||||
</key>
|
||||
<key name="document-font-name" type="s">
|
||||
<default>'Sans 10'</default>
|
||||
<default>'Noto Sans CJK SC 11'</default>
|
||||
<summary>Document font</summary>
|
||||
<description>Name of the default font used for reading documents.</description>
|
||||
</key>
|
||||
<key name="monospace-font-name" type="s">
|
||||
<default>'Monospace 10'</default>
|
||||
<default>'Noto Sans CJK SC 11'</default>
|
||||
<summary>Monospace font</summary>
|
||||
<description>Name of a monospaced (fixed-width) font for use in locations like terminals.</description>
|
||||
</key>
|
||||
|
@ -189,12 +184,12 @@
|
|||
</description>
|
||||
</key>
|
||||
<key name="picture-options" type="s">
|
||||
<default>'zoom'</default>
|
||||
<default>'scaled'</default>
|
||||
<summary>Picture Options</summary>
|
||||
<description>Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</description>
|
||||
</key>
|
||||
<key name="picture-filename" type="s">
|
||||
<default>'${prefix}/share/backgrounds/mate/desktop/Stripes.png'</default>
|
||||
<default>'${prefix}/share/backgrounds/1-openkylin.jpg'</default>
|
||||
<summary>Picture Filename</summary>
|
||||
<description>File to use for the background image.</description>
|
||||
</key>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
openkylin-theme (3.22.0.0-ok7) yangtze; urgency=medium
|
||||
|
||||
* 修改部分ukui.interface键值默认值
|
||||
|
||||
-- Kevin Duan <duankaiwen@kylinos.cn> Thu, 11 May 2023 11:28:52 +0800
|
||||
|
||||
openkylin-theme (3.22.0.0-ok6) yangtze; urgency=medium
|
||||
|
||||
* 优化安装启动环境变量脚本
|
||||
|
|
Loading…
Reference in New Issue