From 4681719e432dc76eecfd458410be0e95edc6d874 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 21 Dec 2024 19:57:42 -0800 Subject: [PATCH] config: mark as experimental --- src/config/Config.zig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 0efae159a..dbbf1be99 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1693,6 +1693,10 @@ keybind: Keybinds = .{}, /// The `macos-icon-ghost-color` and `macos-icon-screen-color` /// configurations are required for this style. /// +/// WARNING: The `custom-style` option is _experimental_. We may change +/// the format of the custom styles in the future. We're still finalizing +/// the exact layers and customization options that will be available. +/// /// Other caveats: /// /// * The icon in the update dialog will always be the official icon.