Commit cc174e2a authored by Roman Alifanov's avatar Roman Alifanov

example update

parent 835c07ea
...@@ -21,6 +21,11 @@ ...@@ -21,6 +21,11 @@
Default: default Default: default
Light: prefer-light Light: prefer-light
Dark: prefer-dark Dark: prefer-dark
- name: Wallpaper adjustment
type: choice
gtype: string
backend: gsettings
key: org.gnome.desktop.background.picture-options
- name: Clock - name: Clock
weight: 10 weight: 10
settings: settings:
...@@ -56,7 +61,46 @@ ...@@ -56,7 +61,46 @@
gtype: boolean gtype: boolean
backend: gsettings backend: gsettings
key: org.gnome.desktop.interface.enable-animations key: org.gnome.desktop.interface.enable-animations
- name: "Fonts"
weight: 1
sections:
- name: Main
type: classic
weight: 0
settings:
- name: Antialiasing
type: choice
gtype: string
help:
backend: gsettings
key: org.gnome.desktop.interface.font-antialiasing
default: grayscale
map:
Subpixel (for LCD screens): rgba
Standard (grayscale): grayscale
None: none
- name: Hinting
type: choice
gtype: string
help:
backend: gsettings
key: org.gnome.desktop.interface.font-hinting
default: "slight"
map:
Full: full
Medium: medium
Slight: slight
None: none
- name: Scaling Factor
type: number
gtype: d
backend: gsettings
key: org.gnome.desktop.interface.text-scaling-factor
map:
upper: 3.0
lower: 0.5
step: 0.01
digits: 2
- name: "Example2" - name: "Example2"
weight: 30 weight: 30
sections: sections:
...@@ -115,4 +159,3 @@ ...@@ -115,4 +159,3 @@
gtype: boolean gtype: boolean
backend: gsettings backend: gsettings
key: org.gnome.desktop.interface.enable-animations key: org.gnome.desktop.interface.enable-animations
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment