mirror of https://github.com/cutefishos/calamares
[plasmalnf] Allow filtering the selectable lnf themes
- empty list allows all of them - always suppress hidden, invalid themes, and those namedmain
parent
ad69eda337
commit
6bd8c67ca9
@ -1,10 +1,22 @@
|
||||
---
|
||||
# Full path to the Plasma look-and-feel tool (CLI program
|
||||
# for querying and applying Plasma themes).
|
||||
# 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"
|
||||
#
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue