2017-12-03 18:47:41 +01:00
|
|
|
---
|
|
|
|
# Full path to the Plasma look-and-feel tool (CLI program
|
2017-12-04 18:27:30 +01:00
|
|
|
# for querying and applying Plasma themes). If this is not
|
|
|
|
# set, no LNF setting will happen.
|
2017-12-03 18:47:41 +01:00
|
|
|
lnftool: "/usr/bin/lookandfeeltool"
|
2017-12-04 15:37:34 +01:00
|
|
|
|
|
|
|
# For systems where the user Calamares runs as (usually root,
|
|
|
|
# via either sudo or pkexec) has a clean environment, set this
|
|
|
|
# to the originating username; the lnftool will be run through
|
|
|
|
# "sudo -H -u <liveuser>" instead of directly.
|
2017-12-04 18:27:30 +01:00
|
|
|
#
|
|
|
|
# liveuser: "live"
|
|
|
|
|
|
|
|
# You can limit the list of Plasma look-and-feel themes by listing ids
|
2017-12-19 12:51:56 +01:00
|
|
|
# here. If this key is not present, all of the installed themes are listed.
|
|
|
|
# If the key is present, only installed themes that are *also* included
|
|
|
|
# in the list are shown (could be none!).
|
2017-12-04 18:27:30 +01:00
|
|
|
#
|
2017-12-19 12:51:56 +01:00
|
|
|
# Themes may be listed by id, (e.g. fluffy-bunny, below) or as a theme
|
|
|
|
# and an image (e.g. breeze) which will be used to show a screenshot.
|
|
|
|
# Themes with no image get a "missing screenshot" image; if the
|
|
|
|
# image file is not found, they get a color swatch based on the image name.
|
2017-12-04 18:27:30 +01:00
|
|
|
themes:
|
2017-12-12 17:35:35 +01:00
|
|
|
- org.kde.fuzzy-pig.desktop
|
2017-12-12 11:42:35 +01:00
|
|
|
- theme: org.kde.breeze.desktop
|
|
|
|
image: "breeze.png"
|
|
|
|
- theme: org.kde.breezedark.desktop
|
|
|
|
image: "breeze-dark.png"
|
|
|
|
- org.kde.fluffy-bunny.desktop
|
2018-03-29 10:45:34 +02:00
|
|
|
|
|
|
|
# You can pre-select one of the themes; it is not applied
|
|
|
|
# immediately, but its radio-button is switched on to indicate
|
|
|
|
# that that is the theme (that is most likely) currently in use.
|
|
|
|
# Do this only on Live images where you are reasonably sure
|
|
|
|
# that the user is not going to change the theme out from under
|
|
|
|
# themselves before running the installer.
|
|
|
|
#
|
|
|
|
# If this key is present, its value should be the id of the theme
|
|
|
|
# which should be pre-selected. If absent, empty, or the pre-selected
|
|
|
|
# theme is not found on the live system, no theme will be pre-selected.
|
2018-03-29 14:49:22 +02:00
|
|
|
#
|
|
|
|
# As a special setting, use "*", to try to find the currently-
|
|
|
|
# selected theme by reading the Plasma configuration. This requires
|
|
|
|
# KF5::Config at build- and run-time.
|
|
|
|
preselect: "*"
|