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
|
|
|
|
# here. If this key is not present, or the list is empty, all of the
|
|
|
|
# installed themes are listed. If only one theme is listed, why are
|
|
|
|
# you using this module at all?
|
|
|
|
#
|
|
|
|
themes:
|
|
|
|
- org.kde.breeze.desktop
|
|
|
|
# - org.kde.breezedark.desktop
|
|
|
|
|