luisbocanegra / kde-material-you-colors

Automatic color scheme generator from your wallpaper for KDE Plasma powered by Material You
https://store.kde.org/p/2136963
GNU General Public License v3.0
417 stars 6 forks source link

Add new options to the plasmoid #168

Closed luisbocanegra closed 11 months ago

luisbocanegra commented 11 months ago
# Main loop delay in seconds
# How often the main program looks for wallpaper/config changes.
# Useful to save some power
# Default is 1 seconds
# Commented by default
main_loop_delay = 1

# Delay between desktop view screenshots in seconds
# Some wallpaper plugins display a constant transition based on time or other
# circumstances, this option can be configured to decrease the amount
# of detections for those cases to save power.
# NOTE:
# Should be bigger than main_loop_delay (will take main_loop_delay otherwise)
# Default is 900 seconds (15 minutes)
# Commented by default
screenshot_delay = 900

# Extract colors from screenshot once after changing plugin
# This option makes sense for wallpaper plugins that display an animated loop
# that never stops. This option makes the color extraction run
# only a single time instead of detecting every change.
# Useful to save power and resources for wallpapers that need screenshot
# Default is False
# Commented by default
once_after_change = False
# Disable automatic Konsole theming
# Default is False
# NOTE:
# When enabled, Konsole color scheme files are still generated, but not enforced
disable_konsole = False
# Konsole background opacity (normal and dark mode)
# An integer between 0 and 100
# Default is commented (opaque)
konsole_opacity = 100
konsole_opacity_dark = 100

# Title Bar opacity (normal and dark mode)
# Requires one of the following window decorations:
# Klassy https://github.com/paulmcauley/klassy || Sierra Breeze Enhanced https://github.com/kupiqu/SierraBreezeEnhanced
# An integer between 0 and 100
# Default is commented (opaque)
# NOTE:
# This will reload KWin (screen will blink on x11)
titlebar_opacity = 100
titlebar_opacity_dark = 100

# ToolBar opacity (normal and dark mode) needs Lightly Application Style to work https://github.com/Luwx/Lightly
# An integer between 0 and 100
# Default is commented (opaque)
# NOTE:
# kirigami ToolBar opacity is not affected by this option https://github.com/Luwx/Lightly/issues/128
toolbar_opacity = 100
toolbar_opacity_dark = 100
luisbocanegra commented 11 months ago

Done in https://github.com/luisbocanegra/kde-material-you-colors/commit/79101987c0981f6e7e1d187c8b8d27ca241067f3