diff --git a/example/config.toml b/example/config.toml index b500d2b..c74c289 100644 --- a/example/config.toml +++ b/example/config.toml @@ -1,12 +1,11 @@ [config] # version_check = true -set_wallpaper = true -wallpaper_tool = 'Swww' -prefix = '@' -swww_options = [ - "--transition-type", - "center", -] + +[config.wallpaper] +command = "swww" +arguments = ["img", "--transition-type", "center"] +set = true +# pre_hook = "" [config.custom_keywords] test = "aaaa"