Commit a39b8ab4 authored by Roman Alifanov's avatar Roman Alifanov

example update

parent 912507e1
......@@ -9,6 +9,10 @@
icon: battery-symbolic
- name: "System"
icon: preferences-system-symbolic
- name: "Boot"
icon: preferences-desktop-display-symbolic
- name: "Fonts"
icon: preferences-desktop-display-symbolic
sections:
- name: "Themes"
weight: 0
......@@ -73,15 +77,9 @@
gtype: boolean
backend: gsettings
key: org.gnome.desktop.interface.enable-animations
- name: "Fonts"
weight: 1
pages:
- name: "Appearance"
icon: preferences-desktop-display-symbolic
sections:
- name: "Main"
weight: 0
page: "Appearance"
page: "Fonts"
settings:
- name: Antialiasing
type: choice
......@@ -116,12 +114,6 @@
lower: 0.5
step: 0.01
digits: 2
- name: "GRUB"
weight: 25
pages:
- name: "Boot"
icon: system-reboot-symbolic
sections:
- name: "Main"
weight: 0
page: "Boot"
......
pluginsdir = pkgdatadir / 'modules'
modules_dir = pkgdatadir / 'modules'
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