|
|
|
@ -24,10 +24,18 @@ lnftool: "/usr/bin/lookandfeeltool"
|
|
|
|
|
#
|
|
|
|
|
# liveuser: "live"
|
|
|
|
|
|
|
|
|
|
# If *showAll* is true, then all installed themes are shown in the
|
|
|
|
|
# UI for selection, even if they are not listed in *themes* (below).
|
|
|
|
|
# This allows selection of all themes even while not all of them are
|
|
|
|
|
# listed in *themes* -- which is useful to show screenshots for those
|
|
|
|
|
# you do have a screenshot for. If *themes* is empty or missing,
|
|
|
|
|
# the value of *showAll* is treated as `true`.
|
|
|
|
|
showAll: false
|
|
|
|
|
|
|
|
|
|
# You can limit the list of Plasma look-and-feel themes by listing ids
|
|
|
|
|
# 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!). See the *showAll* key, below,
|
|
|
|
|
# in the list are shown (could be none!). See the *showAll* key, above,
|
|
|
|
|
# to change that.
|
|
|
|
|
#
|
|
|
|
|
# Themes may be listed by id, (e.g. fluffy-bunny, below) or as a theme
|
|
|
|
@ -58,13 +66,6 @@ themes:
|
|
|
|
|
image: "breeze-dark.png"
|
|
|
|
|
- org.kde.fluffy-bunny.desktop
|
|
|
|
|
|
|
|
|
|
# If *showAll* is true, then all installed themes are shown in the
|
|
|
|
|
# UI for selection, even if they are not listed in *themes*. This
|
|
|
|
|
# allows selection of all themes even while not all of them are
|
|
|
|
|
# listed in *themes* -- which is useful to show screenshots for those
|
|
|
|
|
# you do have a screenshot for.
|
|
|
|
|
showAll: false
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|