Commit a39b8ab4 authored by Roman Alifanov's avatar Roman Alifanov

example update

parent 912507e1
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
icon: battery-symbolic icon: battery-symbolic
- name: "System" - name: "System"
icon: preferences-system-symbolic icon: preferences-system-symbolic
- name: "Boot"
icon: preferences-desktop-display-symbolic
- name: "Fonts"
icon: preferences-desktop-display-symbolic
sections: sections:
- name: "Themes" - name: "Themes"
weight: 0 weight: 0
...@@ -73,15 +77,9 @@ ...@@ -73,15 +77,9 @@
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
pages:
- name: "Appearance"
icon: preferences-desktop-display-symbolic
sections:
- name: "Main" - name: "Main"
weight: 0 weight: 0
page: "Appearance" page: "Fonts"
settings: settings:
- name: Antialiasing - name: Antialiasing
type: choice type: choice
...@@ -116,12 +114,6 @@ ...@@ -116,12 +114,6 @@
lower: 0.5 lower: 0.5
step: 0.01 step: 0.01
digits: 2 digits: 2
- name: "GRUB"
weight: 25
pages:
- name: "Boot"
icon: system-reboot-symbolic
sections:
- name: "Main" - name: "Main"
weight: 0 weight: 0
page: "Boot" page: "Boot"
......
pluginsdir = pkgdatadir / 'modules' modules_dir = pkgdatadir / 'modules'
plugins = [ plugins = [
'exampleplug', 'example_module',
] ]
install_subdir(plugins, install_dir: pluginsdir) install_subdir(plugins, install_dir: modules_dir)
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