mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1009 B
Plaintext
27 lines
1009 B
Plaintext
---
|
|
# Full path to the Plasma look-and-feel tool (CLI program
|
|
# for querying and applying Plasma themes). If this is not
|
|
# set, no LNF setting will happen.
|
|
lnftool: "/usr/bin/lookandfeeltool"
|
|
|
|
# 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.
|
|
#
|
|
# 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 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:
|
|
- theme: org.kde.breeze.desktop
|
|
image: "breeze.png"
|
|
- theme: org.kde.breezedark.desktop
|
|
image: "breeze-dark.png"
|
|
- org.kde.fluffy-bunny.desktop
|